summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-07-121-0/+3
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+7
* added patch, made linking with setargv a build optionDouglas Lankshear1998-07-111-0/+3
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
* fix small memleak on -e, don't try to find_script() when e_scriptGurusamy Sarathy1998-07-061-12/+20
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-0/+6
* add patch preextend global string table, tweak for 512 entriesGisle Aas1998-07-041-2/+1
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-0/+3
* PUSHSTACK renovationJoshua Pritikin1998-06-281-1/+7
* avoid creation of %^RIlya Zakharevich1998-06-281-1/+1
* make find_script() return saved string, reenable missing diagnosticsGurusamy Sarathy1998-06-261-2/+3
* avoid warning with -P switchGurusamy Sarathy1998-06-251-1/+1
* final touches to 5.004_68Gurusamy Sarathy1998-06-231-0/+1
* more MULTIPLICITY tweaksGurusamy Sarathy1998-06-231-12/+25
* partial MULTIPLICITY cleanupGurusamy Sarathy1998-06-231-67/+73
* applied patch, regen headersIlya Zakharevich1998-06-231-1/+1
* fix spurious cxstack_max init that trampled memoryGurusamy Sarathy1998-06-181-2/+7
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-5/+12
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-514/+440
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-440/+514
* added patch, undo earlier workaroundJan Dubois1998-06-121-4/+1
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-0/+3
* misc win32 fixesDouglas Lankshear1998-06-111-1/+4
* [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-051-2/+2
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-2/+1
|\
| * [win32] merge change#1011 from maintbranchGurusamy Sarathy1998-05-231-1/+0
| * [win32] remove strupr() from perl.cGurusamy Sarathy1998-05-201-1/+1
* | [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-18/+32
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-281/+88
|\ \ | |/
| * [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-4/+1
| * [win32] sundry whitespace cleanups from maintbranchGurusamy Sarathy1998-05-171-1/+1
| * [win32] merge change#995 from maintbranch, tweak interp.sym andGurusamy Sarathy1998-05-161-68/+37
| * [win32] merge changes#982,984 from maintbranchGurusamy Sarathy1998-05-151-0/+3
| * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-0/+2
| * [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-7/+6
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-1/+5
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-2/+2
| * [win32] merge change#887 from maintbranchGurusamy Sarathy1998-05-141-2/+8
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-194/+3
| * [win32] merge changes#755..759,763,764 from maintbranchGurusamy Sarathy1998-05-141-1/+1
| * [win32] merge change#754 from maintbranchGurusamy Sarathy1998-05-141-2/+5
| * [win32] minor cleanupGurusamy Sarathy1998-05-091-1/+0
| * [win32] hand-applied patch along with small tweaksJan Dubois1998-04-221-2/+18
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-33/+76
|\ \ | |/
| * [win32] fixes for various noises under PERL_DESTRUCT_LEVELGurusamy Sarathy1998-04-041-2/+4
| * [win32] fix order of initHans Mulder1998-04-041-1/+1
| * [win32] fixup hv_free_ent() to not fail on null HeVAL()Gurusamy Sarathy1998-04-031-1/+1
| * [win32] integrate mainlineGurusamy Sarathy1998-04-031-15/+37
| |\
| | * Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVELJan-Pieter Cornet1998-04-021-1/+1
| | * 5.004_63: further -e patchingJarkko Hietaniemi1998-04-021-7/+29