Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
[p5sagit/p5-mst-13.2.git] / util.c
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...
2001-01-24 Charles Bailey SYN SYN
2001-01-17 Nick Ing-Simmons "Safe" signals - trial implementation.
2001-01-16 Jarkko Hietaniemi Under 5.005 threads and debugging crashed in Debian...
2001-01-10 Nick Ing-Simmons Safe fix for Simon's pclose() doing SvIVX of undef...
2001-01-10 Nick Ing-Simmons Back out Simon's pid hackery for now.
2001-01-10 Simon Cozens Fix my_pclose segfault
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Radu Greab Re: [ID 20010105.002] close() on process filehandle...
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Jarkko Hietaniemi Retract #8261.
2000-12-30 Jarkko Hietaniemi (Retracted by #8261). (Unsuccessful memory access tweaks.)
2000-12-09 Nick Ing-Simmons UTF8 output prework.
2000-12-05 Nicholas Clark shrink pp_hot fractionally
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-19 Jarkko Hietaniemi Make hex scanning warn on "\x{x}" and "\xx".
2000-11-16 Nick Ing-Simmons Minor tweaks:
2000-11-16 Jarkko Hietaniemi Add fwalk() probe to the configuration files and regen...
2000-11-08 Vadim Konovalov Locale buglets.
2000-11-07 Fifer, Eric cygwin port
next