This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
combopatch
[perl5.git] / util.c
2002-05-27 Rafael Garcia-SuarezFix a warning bug in Perl_report_evil_fh (didn't report
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiSarathy pointed out that instead of zeroing heap
2002-05-09 Nick Ing-SimmonsIntegrate maint branch io (pipe) fixes. (changes#16329...
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-02 Jarkko HietaniemiNew try at the Class::DBI core dump at global cleanup.
2002-04-30 Jarkko HietaniemiDodge a NULL pointer dereference in cleanup of Class...
2002-04-25 Abhijit Menon-Sen $fh->close(); print $fh "foo" would segfault under...
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-08 Abhijit Menon-Sen New descriptions for savepv*(), as suggested by...
2002-04-08 Abhijit Menon-Sen Fix prototypes of save{,shared}pv{,n} (s/sv/pv/...
2002-04-03 Jarkko HietaniemiEPOC tweaks from Olaf Flebbe.
2002-04-01 Jarkko HietaniemiDJGPP tweaks from Laszlo.
2002-03-24 Jarkko Hietaniemimicroperl tweaks.
2002-03-23 Jarkko HietaniemiPurify: Array bounds read: reading one byte before...
2002-03-22 Jarkko HietaniemiEven better version from Olaf Flebbe.
2002-03-22 Jarkko HietaniemiEPOC update from Olaf Flebbe.
2002-03-18 Jarkko Hietaniemireturn at the wrong side of #endif.
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-10 Jarkko HietaniemiRenaming tweaks, and split off the reentrant "superbuffer"
2002-03-07 Jarkko HietaniemiRetract #14985, #14899, and #14990, following the princ...
2002-03-06 Jarkko HietaniemiUse HAS_TM_TM_ZONE (from #15065). Should help
2002-03-04 Jarkko HietaniemiAttempt at portability.
2002-03-04 Ilya Zakharevichsv_cmp and friends
2002-03-03 Jarkko HietaniemiEBCDIC: the v-string components cannot exceed 2147483647.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-17 Audrey TangTied STDERR should catch messages from warn() and die()
2002-02-08 Chris NandorCopFILE / MacPerl_MPWFileName
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-20 Nick Ing-SimmonsIntegrate mainline
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-19 Jarkko HietaniemiIntegrate perlio:
2002-01-19 Jarkko HietaniemiDon't do socketpair udp unless you've got all what...
2002-01-18 Nick Ing-SimmonsSplit out core of sv_magic() into sv_magicext().
2002-01-15 Nick Ing-Simmonsconst-ness fix in savepv's passing of NULL
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-04 Jarkko HietaniemiIf we do have socketpair(), make my_socketpair()
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-30 Nick Ing-SimmonsWin32 stuff:
2001-12-29 Jarkko HietaniemiVOS tweaks from Paul Green.
2001-12-29 coral@eekeek.orgPod whitespace cleanup, round 0.
2001-12-29 Jarkko Hietaniemisocketpair tweaks from Nicholas Clark.
2001-12-26 Nicholas ClarkRe: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
2001-12-26 Jarkko HietaniemiNo AF_UNIX in BeOS.
2001-12-25 John PeacockRe: Not OK 13881
2001-12-23 Nicholas Clarksocketpair emulation
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Ilya ZakharevichOS/2 build
2001-12-19 Nick Ing-Simmonsalarm.t with -Uuseperlio fix
2001-12-17 Nick Ing-SimmonsFix for alarm() breaking into wait*().
2001-12-02 Jarkko HietaniemiVarious small nits found by DJGPP build.
2001-11-25 Gurusamy Sarathychange#3373 introduced a handle leak in backticks and...
2001-11-25 Michael G. Schwern$$ readonly, take two
2001-11-15 John Peacockv-strings as Objects Step 1
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-10 Doug MacEachern[patch] my_setenv speedup + fixes
2001-10-29 Jarkko HietaniemiIntegrate change #12752 from maintperl;
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-04 Jarkko HietaniemiFix Cwd::getcwd() not being tainted, as noticed
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-01 Simon CozensPluggable optimizer
2001-07-23 Craig A. Berryutil.c: return required in Perl_my_fork
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-12 Paul JohnsonMore accurate line numbers in messages
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyfix the binary compatibility issue when building with...
2001-07-03 Andy DoughertyRe: POINTERRIGOR
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-29 Richard SoderbergFixes compile errors in four files
2001-06-26 Jarkko HietaniemiDJGPP patches from Laszlo Molnar.
2001-06-22 Nick Ing-SimmonsPatcho fix.
2001-06-22 Jarkko HietaniemiDetypo.
2001-06-22 Doug MacEachernRe: Automated smoke report for patch 10764 (truncated)
2001-06-21 Jarkko HietaniemiOff-by-one. I'm so classic.
2001-06-20 Jarkko HietaniemiReplace our implementation of realpath() with OpenBSD's
2001-06-20 Jarkko HietaniemiNo point in going into memory-saving contortions
2001-06-20 Jarkko HietaniemiAfter some reading I don't think we can blindly
2001-06-19 Abhijit Menon-Sens/typos//
2001-06-19 Hugo van der SandenRe: [ID 20010618.006] some end-anchored regexps hang...
2001-06-16 Jarkko Hietaniemi-Wall strays.
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Hugo van der Sandensplitting util.c
2001-06-13 Craig A. BerryRe: hacking util.c, attrs.xs, and re.xs to compile...
2001-06-13 Jarkko HietaniemiVMS DEC C compiler found nits by Peter Prymmer.
2001-06-13 Andy DoughertySmall bcopy cleanup
2001-06-12 Jarkko HietaniemiMPE/iX tweaks from Mark Bixby.
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-SimmonsIntegrate mainline
2001-06-10 Jarkko HietaniemiDo locale specific separator if only in locale.
2001-06-09 Jarkko HietaniemiNumeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-05 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-05 Prymmer/KahnRe: Not OK: perl@10439 on win32
next