summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in #4036.Jarkko Hietaniemi1999-08-291-1/+1
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-38/+40
* deadcode removalGurusamy Sarathy1999-08-291-12/+6
* win32 tweaksGurusamy Sarathy1999-08-201-1/+1
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-53/+1
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-2/+2
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-8/+8
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-2/+8
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-2/+2
* 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