A placeholder.
[p5sagit/p5-mst-13.2.git] / util.c
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
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Vadim Konovalov Locales support (setlocale) fixes
2000-10-25 Dan Sugalski Add non-blocking thread doneness checking
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-10-10 Hugo van der Sanden Re: [ID 20001009.004] SEGV from sprintf in a thread
2000-10-03 Jarkko Hietaniemi Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY)...
2000-10-03 Olaf Flebbe Epoc update
2000-10-03 Ilya Zakharevich Inside require() $^S was always left undefined.
2000-09-14 Alan Burlison The return value of setlocale must be copied away.
2000-08-31 Jarkko Hietaniemi sscanf() may be the only way to read long doubles from...
2000-08-17 Jarkko Hietaniemi Get -DLEAKTEST to compile (not necessarily to work...
2000-08-16 Gurusamy Sarathy on windows, the return values from wait() and waitpid...
2000-08-10 Gurusamy Sarathy warn is a macro, avoid using at a variable to avoid...
2000-08-08 Jarkko Hietaniemi Double check that we have a dirhandle.
2000-08-07 Jarkko Hietaniemi Tiny tidying on report_evil_fh().
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
2000-08-05 Jarkko Hietaniemi Essential prototype changes were missing from #6527.
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-14 Gurusamy Sarathy rename totally bletcherous SvLOCK() thingy (doesn't...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-01 Jarkko Hietaniemi Signals-be-gone for microperl.
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-05-28 Gurusamy Sarathy OS/2 tweaks for usethreads build (from Rocco Caputo
next