remove stray K&R-isms
[p5sagit/p5-mst-13.2.git] / util.c
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
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...
1998-07-09 Chip Salzenberg Allow $SIG{CHLD}='IGNORE' to work on Solaris
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-07-04 Hugo van der Sanden catch nonexistent backrefs in REs
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-26 Gurusamy Sarathy make find_script() return saved string, reenable missin...
1998-06-22 Gurusamy Sarathy eliminate use of tokenbuf in util.c
1998-06-21 Douglas Lankshear applied patch, along with many changes:
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-15 Gurusamy Sarathy various win32 odds and ends
1998-06-12 Jan Dubois added patch, undo earlier workaround
1998-06-04 Gurusamy Sarathy [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-29 Gurusamy Sarathy [asperl] asperl branch verified to build w/o PERL_OBJEC...
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy [win32] misc changes
1998-05-26 Gurusamy Sarathy [asperl] more changes to satisfy non-debug VC build...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy [win32] merge change#985 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge changes#982,984 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-05-01 Gurusamy Sarathy [asperl] add AS patch#20 (exposes more global constants)
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-04 Gurusamy Sarathy [win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks...
1998-04-03 Gurusamy Sarathy [win32] integrate mainline
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-04-02 Stephen Potter Re: doc: perlrun typo
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Ilya Zakharevich [5.004_61 PATCH] Make incompatible changes to RE engine NOW
next