Copyright++. (Not all the toplevel *.h have one, it seems.)
[p5sagit/p5-mst-13.2.git] / util.c
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-19 Jarkko Hietaniemi Integrate perlio:
2002-01-19 Jarkko Hietaniemi Don't do socketpair udp unless you've got all what...
2002-01-18 Nick Ing-Simmons Split out core of sv_magic() into sv_magicext().
2002-01-15 Nick Ing-Simmons const-ness fix in savepv's passing of NULL
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-04 Jarkko Hietaniemi If we do have socketpair(), make my_socketpair()
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-30 Nick Ing-Simmons Win32 stuff:
2001-12-29 Jarkko Hietaniemi VOS tweaks from Paul Green.
2001-12-29 coral@eekeek.org Pod whitespace cleanup, round 0.
2001-12-29 Jarkko Hietaniemi socketpair tweaks from Nicholas Clark.
2001-12-26 Nicholas Clark Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
2001-12-26 Jarkko Hietaniemi No AF_UNIX in BeOS.
2001-12-25 John Peacock Re: Not OK 13881
2001-12-23 Nicholas Clark socketpair emulation
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Ilya Zakharevich OS/2 build
2001-12-19 Nick Ing-Simmons alarm.t with -Uuseperlio fix
2001-12-17 Nick Ing-Simmons Fix for alarm() breaking into wait*().
2001-12-02 Jarkko Hietaniemi Various small nits found by DJGPP build.
2001-11-25 Gurusamy Sarathy change#3373 introduced a handle leak in backticks and...
2001-11-25 Michael G. Schwern $$ readonly, take two
2001-11-15 John Peacock v-strings as Objects Step 1
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-10 Doug MacEachern [patch] my_setenv speedup + fixes
2001-10-29 Jarkko Hietaniemi Integrate change #12752 from maintperl;
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-09-26 Jarkko Hietaniemi Integrate macperl changes from Chris Nandor:
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-04 Jarkko Hietaniemi Fix Cwd::getcwd() not being tainted, as noticed
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-01 Simon Cozens Pluggable optimizer
2001-07-23 Craig A. Berry util.c: return required in Perl_my_fork
2001-07-20 Gurusamy Sarathy Make perl fork()-safe (in a slightly limited way) even on
2001-07-12 Paul Johnson More accurate line numbers in messages
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-05 Gurusamy Sarathy fix the binary compatibility issue when building with...
2001-07-03 Andy Dougherty Re: POINTERRIGOR
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-29 Richard Soderberg Fixes compile errors in four files
2001-06-26 Jarkko Hietaniemi DJGPP patches from Laszlo Molnar.
2001-06-22 Nick Ing-Simmons Patcho fix.
2001-06-22 Jarkko Hietaniemi Detypo.
2001-06-22 Doug MacEachern Re: Automated smoke report for patch 10764 (truncated)
2001-06-21 Jarkko Hietaniemi Off-by-one. I'm so classic.
2001-06-20 Jarkko Hietaniemi Replace our implementation of realpath() with OpenBSD's
2001-06-20 Jarkko Hietaniemi No point in going into memory-saving contortions
2001-06-20 Jarkko Hietaniemi After some reading I don't think we can blindly
2001-06-19 Abhijit Menon-Sen s/typos//
2001-06-19 Hugo van der Sanden Re: [ID 20010618.006] some end-anchored regexps hang...
2001-06-16 Jarkko Hietaniemi -Wall strays.
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-14 Nick Ing-Simmons Integrate mainline
2001-06-13 Hugo van der Sanden splitting util.c
2001-06-13 Craig A. Berry Re: hacking util.c, attrs.xs, and re.xs to compile...
2001-06-13 Jarkko Hietaniemi VMS DEC C compiler found nits by Peter Prymmer.
2001-06-13 Andy Dougherty Small bcopy cleanup
2001-06-12 Jarkko Hietaniemi MPE/iX tweaks from Mark Bixby.
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-06-10 Jarkko Hietaniemi Move the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-Simmons Integrate mainline
2001-06-10 Jarkko Hietaniemi Do locale specific separator if only in locale.
2001-06-09 Jarkko Hietaniemi Numeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-05 Hugo van der Sanden Re: [ID 20010529.006] String plus zero inconsistent...
2001-06-05 Prymmer/Kahn Re: Not OK: perl@10439 on win32
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-06-03 Jarkko Hietaniemi Unused variables.
2001-06-03 Hugo van der Sanden Re: [ID 20010529.006] String plus zero inconsistent...
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-06-02 Nick Ing-Simmons Tweak util.c's atof2 for MULTIPLICITY
2001-06-01 Hugo van der Sanden Re: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Jarkko Hietaniemi Configure tweaks; record the Berkeley DB version,
2001-06-01 Doug MacEachern [patch] Cwd.xs optimizations/abstraction
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Philip Newton Re: [PATCH util.c] More warning cleanups.
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-24 Jarkko Hietaniemi IV/UV casting fixes from Nicholas Clark.
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-17 Jarkko Hietaniemi Macrofy the getspecific (and use it also in util.c)
2001-05-17 Dan Sugalski Quick thread speedup
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-25 Jarkko Hietaniemi The tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko Hietaniemi Fix for 20010219.013, "perlio perl -we tell goes SEGV".
2001-04-19 Jarkko Hietaniemi The new time utils need to be thread-aware, too.
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko Hietaniemi Move the init_tm() and mini_mktime() up from POSIX...
2001-04-05 Jarkko Hietaniemi Retract changes #9542 and #9538 (from maintperl, integrated
2001-04-04 Jarkko Hietaniemi Make the stdio tricks of fflush_all() to exist only if
2001-04-04 Jarkko Hietaniemi Integrate changes #9538,9539 from maintperl into mainline.
2001-03-22 Nick Ing-Simmons Implement open($fh,"-|",prog,args...) for HAS_FORK...
2001-03-22 Nick Ing-Simmons Die on n-arg open(...,"",xxx,yyy,...)
2001-02-23 Jarkko Hietaniemi Abolish USE_WIN32_RTL_ENV.
2001-02-20 Jarkko Hietaniemi Integrate changes #8853,8854 from maintperl to mainline.
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-14 Jarkko Hietaniemi Don't skip too much of the locale error message if...
2001-02-13 Jarkko Hietaniemi environ array wrongly assumed in Perl_init_i18nl10n(),
2001-02-13 Jarkko Hietaniemi Merge ebcdic.c (only one function, ebcdic_control(...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Jarkko Hietaniemi Fix for the fa_IR locale failure. The reason for the...
next