summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-14/+8
* fix segfault on C<local ${^WARNING_BITS}>Gurusamy Sarathy2000-03-011-0/+5
* Do not cast pointers into I32s.Jarkko Hietaniemi2000-02-281-1/+1
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-1/+1
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-8/+6
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-4/+4
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-2/+2
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+6
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-2/+6
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+64
* assorted little nitsGurusamy Sarathy2000-01-241-3/+1
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-1/+1
* fix for -Dp via $^D (suggested by Stephane PayrardGurusamy Sarathy1999-12-061-0/+3
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-0/+4
|\
| * VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-211-0/+4
* | avoid PTR->IV cast warningsGurusamy Sarathy1999-12-011-1/+1
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-10/+14
|/
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-1/+1
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-1/+1
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-071-2/+4
|\ \ | |/
| * allow $\ to work right when set to a string with embedded nullsGurusamy Sarathy1999-11-051-2/+4
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+0
|\ \ | |/
| * remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-5/+22
|/
* Fix printing of uids and gids; regen Configure.Jarkko Hietaniemi1999-10-281-3/+3
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-10/+11
|\
| * more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-8/+8
| * warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
| * Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-241-1/+2
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-2/+3
|/
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-3/+3
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
* (Was: deprecating SIGDIE)Kurt D. Starsinic1999-09-301-2/+0
* 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