| Commit message (Expand) | Author | Age | Files | Lines |
* | some remnants of change#11803 | Gurusamy Sarathy | 2001-09-02 | 1 | -1/+2 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -172/+19 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -28/+28 |
* | fix broken windows build | Gurusamy Sarathy | 2001-08-23 | 1 | -9/+2 |
* | PL_reentrant_buffer does not exist in 5005threaded perl. | Artur Bergman | 2001-08-18 | 1 | -1/+1 |
* | USE_THREADS and USE_ITHREADS are never true at the same time | Artur Bergman | 2001-08-18 | 1 | -1/+1 |
* | Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run... | Artur Bergman | 2001-08-17 | 1 | -0/+1 |
* | It seems that Tru64 has "naturally" threadsafe APIs only for | Jarkko Hietaniemi | 2001-08-17 | 1 | -3/+3 |
* | Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP, | Jarkko Hietaniemi | 2001-08-15 | 1 | -0/+30 |
* | [PATHC] sharedsv.[c|h] | Jarkko Hietaniemi | 2001-08-13 | 1 | -0/+1 |
* | Typos in #11645. | Jarkko Hietaniemi | 2001-08-12 | 1 | -2/+2 |
* | On ithreads default to use_reentrant except on naturally | Jarkko Hietaniemi | 2001-08-12 | 1 | -2/+13 |
* | Introduce more floating point classifying APIs; | Jarkko Hietaniemi | 2001-08-09 | 1 | -9/+139 |
* | Ignore SIGFPE everywhere. | Jarkko Hietaniemi | 2001-08-07 | 1 | -3/+5 |
* | 4-arg select() was busted on windows because change#8178 didn't | Gurusamy Sarathy | 2001-08-05 | 1 | -1/+1 |
* | Integrate the PerlCE (WinCE Perl) port; | Jarkko Hietaniemi | 2001-08-02 | 1 | -0/+6 |
* | [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in ... | Stian Seeberg | 2001-08-01 | 1 | -2/+5 |
* | Pluggable optimizer | Simon Cozens | 2001-08-01 | 1 | -0/+1 |
* | Beginnings of better Inf and NaN support. | Jarkko Hietaniemi | 2001-07-29 | 1 | -0/+50 |
* | Remove unicode::distinct, as per Inaba Hiroto. | Jarkko Hietaniemi | 2001-07-13 | 1 | -1/+0 |
* | UTS tweaks for Hal Morris. | Jarkko Hietaniemi | 2001-07-12 | 1 | -0/+4 |
* | Patch needed for UTS | Hal Morris | 2001-07-03 | 1 | -21/+2 |
* | (Replaced by #11124) UTS workaround from Hal Morris. | Jarkko Hietaniemi | 2001-07-02 | 1 | -0/+5 |
* | Add Configure probes for nl_langinfo() and <langinfo.h>. | Jarkko Hietaniemi | 2001-06-28 | 1 | -0/+2 |
* | Better place for nop IN_LOCALE_NUMERIC, pointed out | Jarkko Hietaniemi | 2001-06-26 | 1 | -4/+1 |
* | Microperl findings. | Jarkko Hietaniemi | 2001-06-25 | 1 | -0/+4 |
* | Factor the PERL_SYS_INIT() code, from Hugo van der Sanden. | Jarkko Hietaniemi | 2001-06-24 | 1 | -0/+16 |
* | The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs | Jarkko Hietaniemi | 2001-06-19 | 1 | -10/+0 |
* | Add workaround for Darwin's (Mac OS X's) INT32_MIN | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+10 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -4/+17 |
* | Add Configure directive -Dusereentrant for Artur's ithreads work, | Jarkko Hietaniemi | 2001-06-13 | 1 | -0/+2 |
* | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -0/+6 |
* | Hide __attribute__((unused)) behind PERL_UNUSED_DECL as | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+7 |
* | [patch] perl.gprof control | Doug MacEachern | 2001-06-13 | 1 | -0/+8 |
* | As suggested in | Gurusamy Sarathy | 2001-06-12 | 1 | -0/+9 |
* | Move the grok_number and its lieutenant grok_numeric_radix | Jarkko Hietaniemi | 2001-06-10 | 1 | -0/+10 |
* | Numeric conversion tweaks suggested by Hugo and Nicholas. | Jarkko Hietaniemi | 2001-06-09 | 1 | -6/+0 |
* | Make up prototypes only for those who have the functions | Jarkko Hietaniemi | 2001-06-05 | 1 | -8/+10 |
* | Re: Not OK: perl@10439 on win32 | Prymmer/Kahn | 2001-06-05 | 1 | -1/+1 |
* | Configure tweaks; add prototype probes, make the cpp symbols | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+18 |
* | Missed HAS_SETRESGID_PROTO. No serious harm done since | Jarkko Hietaniemi | 2001-06-04 | 1 | -1/+1 |
* | The non-locale places need love, too. | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | "10.", that is, decimal numbers can have no decimal part at all. | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | Potential buffer overrun if the radix separator is more than | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+2 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -6/+13 |
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms | Hugo van der Sanden | 2001-06-01 | 1 | -18/+2 |
* | Configure tweaks; record the Berkeley DB version, | Jarkko Hietaniemi | 2001-06-01 | 1 | -0/+7 |
* | [PATCH] DEBUG_* macro cleanups | Abhijit Menon-Sen | 2001-05-31 | 1 | -11/+16 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -1/+1 |
* | Re: Making perl with -Wall | Andy Dougherty | 2001-05-24 | 1 | -4/+0 |