This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
HP-UX nm seems to repeat itself.
[perl5.git] / util.c
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
2001-06-03 Jarkko HietaniemiIntegrate change #10412 from maintperl; locale is now
2001-06-03 Jarkko HietaniemiUnused variables.
2001-06-03 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-06-02 Nick Ing-SimmonsTweak util.c's atof2 for MULTIPLICITY
2001-06-01 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Jarkko HietaniemiConfigure tweaks; record the Berkeley DB version,
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Philip NewtonRe: [PATCH util.c] More warning cleanups.
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-24 Jarkko HietaniemiIV/UV casting fixes from Nicholas Clark.
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-17 Jarkko HietaniemiMacrofy the getspecific (and use it also in util.c)
2001-05-17 Dan SugalskiQuick thread speedup
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-25 Jarkko HietaniemiThe tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko HietaniemiFix for 20010219.013, "perlio perl -we tell goes SEGV".
2001-04-19 Jarkko HietaniemiThe new time utils need to be thread-aware, too.
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko HietaniemiMove the init_tm() and mini_mktime() up from POSIX...
2001-04-05 Jarkko HietaniemiRetract changes #9542 and #9538 (from maintperl, integrated
2001-04-04 Jarkko HietaniemiMake the stdio tricks of fflush_all() to exist only if
next