summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-28/+28
* fix broken windows buildGurusamy Sarathy2001-08-231-9/+2
* PL_reentrant_buffer does not exist in 5005threaded perl.Artur Bergman2001-08-181-1/+1
* USE_THREADS and USE_ITHREADS are never true at the same timeArtur Bergman2001-08-181-1/+1
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-0/+1
* It seems that Tru64 has "naturally" threadsafe APIs only forJarkko Hietaniemi2001-08-171-3/+3
* Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,Jarkko Hietaniemi2001-08-151-0/+30
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+1
* Typos in #11645.Jarkko Hietaniemi2001-08-121-2/+2
* On ithreads default to use_reentrant except on naturallyJarkko Hietaniemi2001-08-121-2/+13
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-9/+139
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-071-3/+5
* 4-arg select() was busted on windows because change#8178 didn'tGurusamy Sarathy2001-08-051-1/+1
* Integrate the PerlCE (WinCE Perl) port;Jarkko Hietaniemi2001-08-021-0/+6
* [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in ...Stian Seeberg2001-08-011-2/+5
* Pluggable optimizerSimon Cozens2001-08-011-0/+1
* Beginnings of better Inf and NaN support.Jarkko Hietaniemi2001-07-291-0/+50
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-1/+0
* UTS tweaks for Hal Morris.Jarkko Hietaniemi2001-07-121-0/+4
* Patch needed for UTSHal Morris2001-07-031-21/+2
* (Replaced by #11124) UTS workaround from Hal Morris.Jarkko Hietaniemi2001-07-021-0/+5
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
* Better place for nop IN_LOCALE_NUMERIC, pointed outJarkko Hietaniemi2001-06-261-4/+1
* Microperl findings.Jarkko Hietaniemi2001-06-251-0/+4
* Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.Jarkko Hietaniemi2001-06-241-0/+16
* The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needsJarkko Hietaniemi2001-06-191-10/+0
* Add workaround for Darwin's (Mac OS X's) INT32_MINJarkko Hietaniemi2001-06-161-0/+10
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+17
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-131-0/+2
* Re: ext/ + -WallDoug MacEachern2001-06-131-0/+6
* Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-131-1/+7
* [patch] perl.gprof controlDoug MacEachern2001-06-131-0/+8
* As suggested in Gurusamy Sarathy2001-06-121-0/+9
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-0/+10
* Numeric conversion tweaks suggested by Hugo and Nicholas.Jarkko Hietaniemi2001-06-091-6/+0
* Make up prototypes only for those who have the functionsJarkko Hietaniemi2001-06-051-8/+10
* Re: Not OK: perl@10439 on win32 Prymmer/Kahn2001-06-051-1/+1
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-0/+18
* Missed HAS_SETRESGID_PROTO. No serious harm done sinceJarkko Hietaniemi2001-06-041-1/+1
* The non-locale places need love, too.Jarkko Hietaniemi2001-06-031-1/+1
* "10.", that is, decimal numbers can have no decimal part at all.Jarkko Hietaniemi2001-06-031-1/+1
* Potential buffer overrun if the radix separator is more thanJarkko Hietaniemi2001-06-031-1/+2
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-6/+13
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-011-18/+2
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-011-0/+7
* [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-311-11/+16
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+1
* Re: Making perl with -WallAndy Dougherty2001-05-241-4/+0
* IV/UV casting fixes from Nicholas Clark.Jarkko Hietaniemi2001-05-241-15/+42
* Re: Making perl with -WallMichael G. Schwern2001-05-241-0/+4