Age | Commit message (Collapse) | Author | Files | Lines |
|
1. When startoffset was not zero and the pattern began with ".*", PCRE
was not trying to match at the startoffset position, but instead was
moving forward to the next newline as if a previous match had failed.
2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g
and /G, and could get into a loop if a null string was matched other
than at the start of the subject.
|
|
release numbers are not added to the distfile name.
|
|
|
|
Fixes pkg/9668 by nagae@tk.airnet.ne.jp
What's New since 3.54
The -g and -s option are optimized.
Above serious bug is fixed.
What's New since 3.5
Ported to Cygwin tools for WIN32 environment.
(You need Cygwin tools Release B20.1)
Gozilla ported to WIN32 environment.(You need Borland C compiler)
Gtags.el was improved.
Ported to Solaris.
What's New since 3.44
C++ supported.
XEmacs supported.
Ported to WIN32 environment.(You need Borland C++ compiler 4.5 or 5.0)
|
|
|
|
|
|
"interactive C program browser"
|
|
|
|
|
|
|
|
|
|
bug workarounds:
- [LessTif] Helpers (such as uncompressing the DDD manual) works fine.
- [LessTif] The `Print' dialog (esp. printing to file) works fine.
- [LessTif] Restarting DDD (while saving settings) works fine.
- [LessTif] Small fixes for building with LessTif on SGI.
- [Perl] In the data display, Perl hash keys are properly quoted.
- [Ladebug] More Ladebug variants are supported.
- [Ladebug] `Edit -> Ladebug settings' should work.
- A string pointer error on 64 bit machines has been fixed.
- Minor bugs with clustered displays have been fixed.
- DDD makes more attempts in locating the initial main function.
- DDD PostScript documentation can be printed on multiple pages per sheet.
|
|
which fixes a nasty -related bug introduced in 1.3.4". No further
information is available.
|
|
Pth development branch.
|
|
at least they _work_ now.
|
|
|
|
make this compile again. Thanks to Hubert and his scripts for discovering
this.
|
|
|
|
file has disappeared. A list of the changes is not available.
|
|
* Fixes for memory leaks and bugs that would cause random crashes in
WindowMaker.
|
|
|
|
M4-setting in bsd.pkg.mk.
|
|
|
|
|
|
|
|
|
|
|
|
routines and useful algorithms.
|
|
in PR pkg/9531. Changes since version 2.10:
- Minor release to sync with version in 5.005_03. Fixes dump of
dummy coderefs.
|
|
|
|
to Qt-2 without breaking KDE which still requires Qt-1.
|
|
|
|
many more still missing).
|
|
* Anonymous read-only access can now be done without requiring a
password. On the server side, simply give that user (presumably
`anonymous') an empty password in the CVSROOT/passwd file, and then
any received password will authenticate successfully.
|
|
compiled for the update "png" package depend on it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of pth_cond_notify() fixed to match POSIX, and default stack size
increased from 32KB to 64KB.
|
|
"pth" package. Changes since version 1.2.6:
- gstring.c: changed g_str_hash() to a 31 bit version based on
a submission by Karl Nelson and hand optimized ad absurdum by
various people ;)
- gmain.c: removed spurious non-commented #endif suffix
- gtimer.c (g_timer_elapsed): Never report negative times -
clip times to 0.
- gmain.c (g_timeout_prepare): Guard against unexpected
clock shifts by never setting a timeout of more than
data->interval msecs.
- gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
refetch the current time after invocation of poll() to cover up for
the time spent in that function call.
- gstrfuncs.c (g_strtod): correctly fetch the current locale,
fix from owen.
- configure.in: Make the test for getpwuid_r work on newer AIX
versions, too. Still works on Solaris and Linux. Patch from Craig
Rodrigues <rodrigc@mediaone.net>.
- glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2.
- gcache.c (g_cache_remove): Test if node is NULL.
If not tested, GIMP's script-fu will crash.
- gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
destroy() notification here as well.
- gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
|
|
and "ncurses".
|