| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge ebcdic.c (only one function, ebcdic_control()) into util.c. | Jarkko Hietaniemi | 2001-02-13 | 1 | -0/+37 |
* | Fix for the fa_IR locale failure. The reason for the failure | Jarkko Hietaniemi | 2001-01-30 | 1 | -5/+12 |
* | "Safe" signals - trial implementation. | Nick Ing-Simmons | 2001-01-17 | 1 | -0/+4 |
* | Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86 | Jarkko Hietaniemi | 2001-01-16 | 1 | -2/+2 |
* | Safe fix for Simon's pclose() doing SvIVX of undef -> core bug. | Nick Ing-Simmons | 2001-01-10 | 1 | -1/+1 |
* | Back out Simon's pid hackery for now. | Nick Ing-Simmons | 2001-01-10 | 1 | -3/+1 |
* | Fix my_pclose segfault | Simon Cozens | 2001-01-10 | 1 | -1/+3 |
* | Re: [ID 20010105.002] close() on process filehandle leaves defunct process | Radu Greab | 2001-01-05 | 1 | -0/+4 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Retract #8261. | Jarkko Hietaniemi | 2000-12-30 | 1 | -8/+6 |
* | (Retracted by #8261). (Unsuccessful memory access tweaks.) | Jarkko Hietaniemi | 2000-12-30 | 1 | -6/+8 |
* | UTF8 output prework. | Nick Ing-Simmons | 2000-12-09 | 1 | -3/+2 |
* | shrink pp_hot fractionally | Nicholas Clark | 2000-12-05 | 1 | -1/+9 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -18/+0 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -5/+0 |
* | Make hex scanning warn on "\x{x}" and "\xx". | Jarkko Hietaniemi | 2000-11-19 | 1 | -6/+11 |
* | Minor tweaks: | Nick Ing-Simmons | 2000-11-16 | 1 | -47/+49 |
* | Add fwalk() probe to the configuration files and regen perltoc. | Jarkko Hietaniemi | 2000-11-16 | 1 | -14/+21 |
* | Locale buglets. | Vadim Konovalov | 2000-11-08 | 1 | -1/+1 |
* | cygwin port | Fifer, Eric | 2000-11-07 | 1 | -38/+6 |
* | Locales support (setlocale) fixes | Vadim Konovalov | 2000-11-04 | 1 | -10/+55 |
* | Add non-blocking thread doneness checking | Dan Sugalski | 2000-10-25 | 1 | -0/+1 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -3/+3 |
* | Re: [ID 20001009.004] SEGV from sprintf in a thread | Hugo van der Sanden | 2000-10-10 | 1 | -0/+2 |
* | Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines | Jarkko Hietaniemi | 2000-10-03 | 1 | -3/+3 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -3/+4 |
* | Inside require() $^S was always left undefined. | Ilya Zakharevich | 2000-10-03 | 1 | -1/+1 |
* | The return value of setlocale must be copied away. | Alan Burlison | 2000-09-14 | 1 | -3/+29 |
* | sscanf() may be the only way to read long doubles from strings. | Jarkko Hietaniemi | 2000-08-31 | 1 | -6/+7 |
* | Get -DLEAKTEST to compile (not necessarily to work, mind) | Jarkko Hietaniemi | 2000-08-17 | 1 | -1/+6 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -0/+2 |
* | warn is a macro, avoid using at a variable to avoid warnings | Gurusamy Sarathy | 2000-08-10 | 1 | -7/+7 |
* | Double check that we have a dirhandle. | Jarkko Hietaniemi | 2000-08-08 | 1 | -2/+2 |
* | Tiny tidying on report_evil_fh(). | Jarkko Hietaniemi | 2000-08-07 | 1 | -8/+8 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -2/+2 |