don't quit if =head* wasn't found (suggested by Roland Bauer
[p5sagit/p5-mst-13.2.git] / util.c
1999-07-19 Gurusamy Sarathy don't display tid from main thread (or testsuite breaks)
1999-07-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-18 Gurusamy Sarathy display thread id in diagnostics (suggested by Dan...
1999-07-17 Ilya Zakharevich File descriptor leak in do_exec3
1999-07-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Jarkko Hietaniemi AIX threaded build, plus few more on the side.
1999-07-05 Jarkko Hietaniemi Integrate with mainperl.
1999-07-05 Fifer, Eric cygwin32 update
1999-07-05 Gurusamy Sarathy NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
1999-06-27 Olaf Flebbe EPOC port to Psion5.
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-18 Jarkko Hietaniemi Tidy up #3542 and #3543.
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-28 Ilya Zakharevich Required OS/2-related patches
1999-05-27 Andy Dougherty Re: 5.005_57 NOT OK on SunOS 4.1.3
1999-05-26 Andy Dougherty Re: BUG -> [19990526.004] perl5.005_57 error in util...
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-17 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-05-17 Fifer, Eric additional cleanups for cygwin32 port
1999-05-14 Jarkko Hietaniemi Still fflushing.
1999-05-13 Jarkko Hietaniemi Still fflushing strong.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-10 Paul Marquess PATCH for small bug in scan_bin
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-07 Nick Ing-Simmons Correct SvLEN vs SvCUR which leads to odd "chunk"...
1999-05-07 Gurusamy Sarathy avoid using PL_sv_mutex in condpair_magic() (avoids...
1999-05-07 Gurusamy Sarathy allow line numbers to show in diagnostics during global...
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-26 Gurusamy Sarathy integrate change#3229 from maint-5.004
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-12 Gurusamy Sarathy support win32_putenv()
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1999-01-19 Jarkko Hietaniemi Show LANGUAGE env var when needed. (Augment change...
1999-01-13 Jarkko Hietaniemi Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-12-22 Jarkko Hietaniemi Slight recoding of util.c:repeatcpy() to circumnavigate
1998-12-08 Jarkko Hietaniemi Integrate from mainperl.
1998-12-07 Hans Mulder Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach...
1998-12-06 Gurusamy Sarathy fix outdated/incorrect info about arbitrary limits
1998-12-01 Jarkko Hietaniemi Integrate from _54 mainperl modulo the NetBSD ifdef...
1998-11-30 Jarkko Hietaniemi Undo #2395, seems more like a problem in netbsd-current.
1998-11-29 Gurusamy Sarathy integrate cfgperl changes into mainline
1998-11-29 Jarkko Hietaniemi Newer NetBSDs don't have NSIG in <sys/signal.h>, they...
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-28 Ilya Sandler Locale collation, ctype, and numeric, were initialized...
1998-11-19 Gurusamy Sarathy mess_sv tweak for change#2249
1998-11-18 Gurusamy Sarathy use PL_mess_sv only during global destruction (fixes...
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-11-04 Gurusamy Sarathy s/sv_upgrade/SvUPGRADE/ a couple of places
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gisle Aas disallow 'x' in hex numbers (except leading '0x')
1998-10-20 Jarkko Hietaniemi OLD_PTHREADS_API reorganizing.
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Gisle Aas Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
1998-10-06 Gurusamy Sarathy fix USE_THREADS coredump due to uninitialized PL_hv_fet...
1998-10-06 Ilya Zakharevich Cumulative OS/2-related patch
1998-09-25 Gurusamy Sarathy tweaks to enable PERL_OBJECT to build & test on win32
1998-09-07 Larry Wall index() applied BM optimization to wrong argument
1998-09-05 Larry Wall index() applied BM optimization to wrong argument
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons PL_ minir tidy up
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-Simmons Merge latest mainline
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathy fix $/ init for multiple interpreters/threads
1998-07-18 Gurusamy Sarathy fix missing init that caused RE alternations to fail...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
next