summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Segfaults if $^PIlya Zakharevich1999-07-171-0/+2
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-62/+69
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-43/+21
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-7/+7
* Setting $^E wipes out $!Ilya Zakharevich1999-07-051-3/+5
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-9/+1
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-3/+2
* win32 build fixesGurusamy Sarathy1999-06-101-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-34/+36
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-69/+68
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+1
* REx engine improvementsIlya Zakharevich1999-05-251-21/+27
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+21
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-1/+1
* remove OVERLOAD conditionalsJan Dubois1999-02-121-3/+0
* support win32_putenv()Gurusamy Sarathy1999-02-121-1/+1
* make safesysmalloc() etc., always available; safemalloc() et al areGurusamy Sarathy1999-02-081-6/+9
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-16/+25
* Change $#+Ilya Zakharevich1998-11-281-2/+7
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-2/+2
* Implement $^C to allow perl access to -c flag - I think this Nick Ing-Simmons1998-11-281-0/+9
* use PL_mess_sv only during global destruction (fixes problems withGurusamy Sarathy1998-11-181-4/+5
* indeterminate order-of-evaluation fixesGurusamy Sarathy1998-11-041-3/+8
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-26/+26
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-0/+1
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-9/+11
* avoid the circular refcnt logic in magic_mutexfree()Gurusamy Sarathy1998-10-251-1/+0
* Some C compilers get upset about 8-bit characters in /* comments. */Jarkko Hietaniemi1998-10-231-1/+1
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-10/+10
* Cumulative OS/2-related patchIlya Zakharevich1998-10-061-2/+5
* fix various 5.00552 mishaps (fixes suggested by Jan Dubois,Gurusamy Sarathy1998-09-281-3/+6
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-0/+4
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-2/+2
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-35/+60
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+42
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-6/+64
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-6/+5
|\
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-1/+1
| * support OE/MVSJarkko Hietaniemi1998-08-021-2/+2
| * Remove redundant dTHRAndy Dougherty1998-08-021-1/+0
| * fix typo in change#1489 that prevented magic-autovivificationGurusamy Sarathy1998-07-291-2/+2
* | Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-1/+2
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-1/+21
|/
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-11/+11
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-20/+20
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-203/+203