summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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