| Commit message (Expand) | Author | Age | Files | Lines |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -2/+2 |
* | Fixes compile errors in four files | Richard Soderberg | 2001-06-29 | 1 | -2/+2 |
* | DJGPP patches from Laszlo Molnar. | Jarkko Hietaniemi | 2001-06-26 | 1 | -3/+28 |
* | Patcho fix. | Nick Ing-Simmons | 2001-06-22 | 1 | -1/+1 |
* | Re: Automated smoke report for patch 10764 (truncated) | Doug MacEachern | 2001-06-22 | 1 | -28/+21 |
* | Off-by-one. I'm so classic. | Jarkko Hietaniemi | 2001-06-21 | 1 | -1/+1 |
* | Replace our implementation of realpath() with OpenBSD's | Jarkko Hietaniemi | 2001-06-20 | 1 | -147/+0 |
* | No point in going into memory-saving contortions | Jarkko Hietaniemi | 2001-06-20 | 1 | -17/+29 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -48/+39 |
* | s/typos// | Abhijit Menon-Sen | 2001-06-19 | 1 | -3/+3 |
* | Re: [ID 20010618.006] some end-anchored regexps hang when using study | Hugo van der Sanden | 2001-06-19 | 1 | -0/+6 |
* | -Wall strays. | Jarkko Hietaniemi | 2001-06-16 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -6/+6 |
* | splitting util.c | Hugo van der Sanden | 2001-06-13 | 1 | -1199/+0 |
* | Re: hacking util.c, attrs.xs, and re.xs to compile on VMS | Craig A. Berry | 2001-06-13 | 1 | -3/+2 |
* | VMS DEC C compiler found nits by Peter Prymmer. | Jarkko Hietaniemi | 2001-06-13 | 1 | -2/+3 |
* | Small bcopy cleanup | Andy Dougherty | 2001-06-13 | 1 | -1/+1 |
* | MPE/iX tweaks from Mark Bixby. | Jarkko Hietaniemi | 2001-06-12 | 1 | -0/+2 |
* | gcc -Wall nits picked out by a non-UNIX system | Jarkko Hietaniemi | 2001-06-12 | 1 | -4/+6 |
* | Move the grok_number and its lieutenant grok_numeric_radix | Jarkko Hietaniemi | 2001-06-10 | 1 | -9/+202 |
* | Do locale specific separator if only in locale. | Jarkko Hietaniemi | 2001-06-10 | 1 | -1/+1 |
* | Numeric conversion tweaks suggested by Hugo and Nicholas. | Jarkko Hietaniemi | 2001-06-09 | 1 | -0/+2 |
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms | Hugo van der Sanden | 2001-06-05 | 1 | -17/+12 |
* | Re: Not OK: perl@10439 on win32 | Prymmer/Kahn | 2001-06-05 | 1 | -2/+2 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | Unused variables. | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+0 |
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms | Hugo van der Sanden | 2001-06-03 | 1 | -19/+116 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -11/+11 |
* | Tweak util.c's atof2 for MULTIPLICITY | Nick Ing-Simmons | 2001-06-02 | 1 | -6/+386 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-05-31 | 1 | -7/+16 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -10/+10 |
* | IV/UV casting fixes from Nicholas Clark. | Jarkko Hietaniemi | 2001-05-24 | 1 | -56/+50 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -5/+5 |
* | Macrofy the getspecific (and use it also in util.c) | Jarkko Hietaniemi | 2001-05-17 | 1 | -7/+3 |
* | Quick thread speedup | Dan Sugalski | 2001-05-17 | 1 | -4/+8 |
* | Change PL_numeric_radix to PL_numeric_radix_sv (and leave in | Jarkko Hietaniemi | 2001-04-30 | 1 | -6/+6 |
* | The tzname[] bit is not needed by util.c -- and causes | Jarkko Hietaniemi | 2001-04-25 | 1 | -10/+0 |
* | Fix for 20010219.013, "perlio perl -we tell goes SEGV". | Jarkko Hietaniemi | 2001-04-24 | 1 | -3/+4 |
* | The new time utils need to be thread-aware, too. | Jarkko Hietaniemi | 2001-04-19 | 1 | -3/+3 |
* | Move the strftime() wrapper from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-19 | 1 | -0/+66 |
* | Move the init_tm() and mini_mktime() up from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-18 | 1 | -0/+237 |
* | Retract changes #9542 and #9538 (from maintperl, integrated | Jarkko Hietaniemi | 2001-04-05 | 1 | -31/+17 |
* | Make the stdio tricks of fflush_all() to exist only if | Jarkko Hietaniemi | 2001-04-04 | 1 | -18/+22 |
* | Integrate changes #9538,9539 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-04 | 1 | -1/+11 |
* | Implement open($fh,"-|",prog,args...) for HAS_FORK cases. | Nick Ing-Simmons | 2001-03-22 | 1 | -0/+118 |
* | Die on n-arg open(...,"",xxx,yyy,...) | Nick Ing-Simmons | 2001-03-22 | 1 | -3/+10 |
* | Abolish USE_WIN32_RTL_ENV. | Jarkko Hietaniemi | 2001-02-23 | 1 | -43/+0 |
* | Integrate changes #8853,8854 from maintperl to mainline. | Jarkko Hietaniemi | 2001-02-20 | 1 | -0/+3 |
* | Don't skip too much of the locale error message if no environ array, | Jarkko Hietaniemi | 2001-02-14 | 1 | -2/+7 |
* | environ array wrongly assumed in Perl_init_i18nl10n(), | Jarkko Hietaniemi | 2001-02-13 | 1 | -2/+2 |