summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* An imperfect last resort in case there is no strtoul() butJarkko Hietaniemi2003-08-241-0/+3
* One tweak for microperl in OS/2.Jarkko Hietaniemi2003-08-131-1/+1
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-2/+5
* gcc -ansi -pedantic cleanup; and a seemingly forgottenJarkko Hietaniemi2003-08-101-1/+5
* Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().Jarkko Hietaniemi2003-08-041-6/+6
* Apparently the newly introduce -DDARWIN did conflict withJarkko Hietaniemi2003-08-041-6/+6
* Revert #20301, apparently the _SOCKADDR_LEN #define isJarkko Hietaniemi2003-07-291-0/+8
* [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2Chaskiel M Grundman2003-07-291-5/+0
* More clarification about the hash randomisation defines.Jarkko Hietaniemi2003-07-281-1/+6
* We now return to your normally scheduled hash randomisation.Jarkko Hietaniemi2003-07-271-1/+1
* Missing semicolon in PERL_FPU_INIT macroStephen Clouse2003-07-241-1/+1
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-1/+1
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-1/+7
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-18/+1
* Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4Alan Burlison2003-07-011-1/+0
* argc, argv.Jarkko Hietaniemi2003-06-291-2/+2
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-0/+17
* Duh.Jarkko Hietaniemi2003-06-281-1/+1
* Two debugging patches.Dave Mitchell2003-06-281-0/+7
* Use the PL_earlytaint. (PL_earlytaint is a global,Jarkko Hietaniemi2003-06-271-1/+1
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-2/+1
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+6
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-28/+29
* Apparently the __APPLE__ cpp symbol is not Officially SanctionedJarkko Hietaniemi2003-06-131-5/+6
* Define a cpp symbol, BSDish, if that looks appropriate.Jarkko Hietaniemi2003-06-131-0/+10
* The changes #8803 and #8896 that fixed JPL for use withJarkko Hietaniemi2003-06-131-0/+7
* RE: maint @ 19683Robin Barker2003-06-051-0/+7
* Two Cygwin patches from Gerrit.Gerrit P. Haase2003-06-011-1/+1
* Noticed by John P. Linderman.Jarkko Hietaniemi2003-05-231-1/+1
* RE: [PATCH] RE: maint snapshot @ 19525Robin Barker2003-05-231-0/+8
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Patch from Merijn.Jarkko Hietaniemi2003-04-161-4/+8
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-4/+6
* Add an option for the grok_xxx() to silently ignore bad digits.Jarkko Hietaniemi2003-04-101-0/+1
* (vaguely connected with) [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-081-0/+1
* pack changes and related fixesLAUN Wolfgang2003-03-171-0/+19
* Better setmode() prototype for cygwin.Jarkko Hietaniemi2003-03-111-1/+2
* Get rid of one Cygwin warning by introducing a prototypeJarkko Hietaniemi2003-03-111-0/+4
* Enache Adrian reads comments.Jarkko Hietaniemi2003-03-081-1/+1
* [PATCH] assertionsSalvador Fandiño2003-03-041-0/+2
* Use a macro for abs() to avoid the possible truncation to an int;Jarkko Hietaniemi2003-03-031-0/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* The -CI cannot be easily tested under UTF-8 locale withJarkko Hietaniemi2003-03-021-4/+11
* Integrate change #18788 from maint.Jarkko Hietaniemi2003-03-011-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-1/+1
* Re: [perl #21321] local ${"FOO"} does not workRafael Garcia-Suarez2003-02-251-0/+2
* Cleanup #18770 as suggested by Rafael.Jarkko Hietaniemi2003-02-251-0/+30
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-5/+5
* add support for assertions. Updated form of:Salvador Fandiño2003-02-161-3/+6
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-0/+29