summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-28/+44
* cygwin portFifer, Eric2000-11-071-6/+0
* restore change#7202Gurusamy Sarathy2000-10-121-0/+2
* another test of the Emergency Broadcast System--back out Gurusamy Sarathy2000-10-121-2/+0
* (submitted on behalf of Jarkko)Gurusamy Sarathy2000-10-121-0/+2
* Epoc updateOlaf Flebbe2000-10-031-1/+1
* Inside require() $^S was always left undefined.Ilya Zakharevich2000-10-031-3/+1
* Part of the solution.Mike Guy2000-09-011-1/+2
* Missed a change in #6869.Jarkko Hietaniemi2000-08-291-7/+11
* magic callbacks all need to have same type signatureGurusamy Sarathy2000-08-151-1/+3
* magic_regdatum_set() is void, not int.Jarkko Hietaniemi2000-08-151-1/+1
* Re: [PATCH] @+, @- readonlyMike Guy2000-08-141-1/+7
* @+, @- readonly (was Re: @<punct> interpolating in "")Mike Guy2000-08-141-0/+1
* debugger "d" command doesnt check line numberMike Guy2000-08-111-2/+0
* The new setproctitle() feature is available only in Jarkko Hietaniemi2000-08-021-3/+3
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-3/+24
* Use setproctitle() if available to modify $0.Jeffrey Friedl2000-07-271-0/+3
* enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-1/+1
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-0/+3
* Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-0/+2
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-3/+3
* reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-171-0/+8
* fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-1/+1
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-181-5/+21
* STRLEN != int.Jarkko Hietaniemi2000-03-131-2/+1
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-16/+25
* 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
|\ \ | |/