summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Patcho fix.Nick Ing-Simmons2001-06-221-1/+1
* Re: Automated smoke report for patch 10764 (truncated)Doug MacEachern2001-06-221-28/+21
* Off-by-one. I'm so classic.Jarkko Hietaniemi2001-06-211-1/+1
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-147/+0
* No point in going into memory-saving contortionsJarkko Hietaniemi2001-06-201-17/+29
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-48/+39
* s/typos//Abhijit Menon-Sen2001-06-191-3/+3
* Re: [ID 20010618.006] some end-anchored regexps hang when using study Hugo van der Sanden2001-06-191-0/+6
* -Wall strays.Jarkko Hietaniemi2001-06-161-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-6/+6
* splitting util.cHugo van der Sanden2001-06-131-1199/+0
* Re: hacking util.c, attrs.xs, and re.xs to compile on VMSCraig A. Berry2001-06-131-3/+2
* VMS DEC C compiler found nits by Peter Prymmer.Jarkko Hietaniemi2001-06-131-2/+3
* Small bcopy cleanupAndy Dougherty2001-06-131-1/+1
* MPE/iX tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-121-0/+2
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-4/+6
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-9/+202
* Do locale specific separator if only in locale.Jarkko Hietaniemi2001-06-101-1/+1
* Numeric conversion tweaks suggested by Hugo and Nicholas.Jarkko Hietaniemi2001-06-091-0/+2
* Re: [ID 20010529.006] String plus zero inconsistent across platforms Hugo van der Sanden2001-06-051-17/+12
* Re: Not OK: perl@10439 on win32 Prymmer/Kahn2001-06-051-2/+2
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-1/+1
* Unused variables.Jarkko Hietaniemi2001-06-031-2/+0
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-031-19/+116
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-11/+11
* Tweak util.c's atof2 for MULTIPLICITYNick Ing-Simmons2001-06-021-6/+386
* Integrate mainline.Nick Ing-Simmons2001-05-311-7/+16
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-10/+10
* IV/UV casting fixes from Nicholas Clark.Jarkko Hietaniemi2001-05-241-56/+50
* [LARGE!] symbolic magicDave Mitchell2001-05-201-5/+5
* Macrofy the getspecific (and use it also in util.c)Jarkko Hietaniemi2001-05-171-7/+3
* Quick thread speedupDan Sugalski2001-05-171-4/+8
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-6/+6
* The tzname[] bit is not needed by util.c -- and causesJarkko Hietaniemi2001-04-251-10/+0
* Fix for 20010219.013, "perlio perl -we tell goes SEGV".Jarkko Hietaniemi2001-04-241-3/+4
* The new time utils need to be thread-aware, too.Jarkko Hietaniemi2001-04-191-3/+3
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-0/+66
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-181-0/+237
* Retract changes #9542 and #9538 (from maintperl, integratedJarkko Hietaniemi2001-04-051-31/+17
* Make the stdio tricks of fflush_all() to exist only ifJarkko Hietaniemi2001-04-041-18/+22
* Integrate changes #9538,9539 from maintperl into mainline.Jarkko Hietaniemi2001-04-041-1/+11
* Implement open($fh,"-|",prog,args...) for HAS_FORK cases.Nick Ing-Simmons2001-03-221-0/+118
* Die on n-arg open(...,"",xxx,yyy,...)Nick Ing-Simmons2001-03-221-3/+10
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-231-43/+0
* Integrate changes #8853,8854 from maintperl to mainline.Jarkko Hietaniemi2001-02-201-0/+3
* Don't skip too much of the locale error message if no environ array,Jarkko Hietaniemi2001-02-141-2/+7
* environ array wrongly assumed in Perl_init_i18nl10n(),Jarkko Hietaniemi2001-02-131-2/+2
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-0/+37
* Fix for the fa_IR locale failure. The reason for the failureJarkko Hietaniemi2001-01-301-5/+12
* "Safe" signals - trial implementation.Nick Ing-Simmons2001-01-171-0/+4