summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-3/+3
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-15/+11
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-6/+6
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-3/+3
* Re: [ID 20010730.010] FETCH called twice with -TAbhijit Menon-Sen2001-08-121-19/+33
* UTF-8 bugs in string length & single line regex matchesDaniel P. Berrange2001-08-041-1/+7
* setproctitle() API version nit from Anton Berezin.Jarkko Hietaniemi2001-08-021-1/+1
* setproctitle() made simpler. (This assumes the string isJarkko Hietaniemi2001-08-021-1/+1
* OS/2 multi-architectureIlya Zakharevich2001-07-231-5/+1
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-15/+9
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-0/+15
* Fixes compile errors in four filesRichard Soderberg2001-06-291-1/+1
* Re: [PATCH 5.6.1] $^E on OS/2Ilya Zakharevich2001-06-251-1/+3
* Casting this way seems to keep both 64-bitint x86 FreeBSDJarkko Hietaniemi2001-06-221-6/+6
* Retract the #10417 mg.c and embed.pl parts because ofJarkko Hietaniemi2001-06-211-7/+7
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-10/+10
* $^S almost entirely broken with 5.6.1Abhijit Menon-Sen2001-06-121-0/+2
* -Wall casting patchRobin Barker2001-06-041-6/+6
* Various "cast to pointer from integer of different size"Jarkko Hietaniemi2001-06-031-7/+7
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-2/+4
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-3/+6
* Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]John Peacock2001-05-261-1/+1
* Stop segfault in mg.c:636Richard Soderberg2001-05-241-1/+1
* [LARGE!] symbolic magicDave Mitchell2001-05-201-12/+13
* Integrate change #10100 from maintperl.Jarkko Hietaniemi2001-05-141-1/+1
* NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.Jarkko Hietaniemi2001-03-181-2/+4
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-3/+3
* Re: [patch] context for 'U' magic functionsDoug MacEachern2001-02-121-2/+2
* Microperl sync.Jarkko Hietaniemi2001-01-301-0/+2
* "Safe" signals - trial implementation.Nick Ing-Simmons2001-01-171-12/+37
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+9
* Missing from #8439.Jarkko Hietaniemi2001-01-151-1/+1
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-16/+19
* -WformatRobin Barker2001-01-121-1/+1
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-121-1/+1
* Remove variables that were used in experiments.Nick Ing-Simmons2001-01-111-2/+0
* Catch die in %SIG handler and unblock the signal before re-dying.Nick Ing-Simmons2001-01-111-1/+20
* Fix UTF-8 lval substr().Jarkko Hietaniemi2001-01-111-4/+14
* Fix "scalars leaked" bugs caused by overload magicNick Ing-Simmons2001-01-081-1/+3
* environ nitSimon Cozens2001-01-081-0/+2
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-1/+13
* Re: [PATCH blead] Fix segfault in gv_handler/mg_findDaniel Chetlin2000-12-281-0/+2
* MULTIPLICITY nit.Nick Ing-Simmons2000-12-171-1/+1
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-12/+10
* UTF8 output prework.Nick Ing-Simmons2000-12-091-15/+12
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-24/+0
* 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