summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Collapse)AuthorAgeFilesLines
* GCC attributes!Andy Lester2005-05-071-1/+1
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
| | | | | Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org> p4raw-id: //depot/perl@24358
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+5
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
| | | | | | Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248
* -Wformat Robin Barker2005-04-131-39/+40
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk> p4raw-id: //depot/perl@24233
* The core part of :Andy Lester2005-03-291-1/+1
| | | | | | Subject: [PATCH] Consting seven Message-ID: <20050327215722.GC20451@petdance.com> p4raw-id: //depot/perl@24094
* Consting fiveAndy Lester2005-03-251-1/+1
| | | | | | | | Message-ID: <20050325231409.GB17660@petdance.com> [with modification - the extra argument to incpush was supposed to be being used] p4raw-id: //depot/perl@24081
* Consting part 4Andy Lester2005-03-251-1/+1
| | | | | Message-ID: <20050325204331.GA16388@petdance.com> p4raw-id: //depot/perl@24079
* Third consting batchAndy Lester2005-03-241-23/+20
| | | | | Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> p4raw-id: //depot/perl@24074
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-221-12/+10
| | | | | and other neatification p4raw-id: //depot/perl@24065
* Re: regexp trie fails compile on VMSYves Orton2005-03-211-6/+11
| | | | | Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com> p4raw-id: //depot/perl@24059
* More consting goodnessAndy Lester2005-03-211-12/+12
| | | | | Message-ID: <20050319072830.GA7721@petdance.com> p4raw-id: //depot/perl@24049
* Re: Reworked Trie PatchYves Orton2005-03-181-33/+1186
| | | | | | | | | | | | | | Date: Mon, 14 Mar 2005 08:55:39 +0100 Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> Subject: Re: Reworked Trie Patch From: demerphq <demerphq@gmail.com> Date: Wed, 16 Mar 2005 19:48:18 +0100 Message-ID: <9b18b31105031610481025a080@mail.gmail.com> Plus minor nits in the documentation of re.pm, a version bump, and addition of an OPTIMIZE alias p4raw-id: //depot/perl@24044
* Tidy up 2 commentsNicholas Clark2005-01-231-2/+2
| | | p4raw-id: //depot/perl@23868
* Slightly terser code in S_regpposixcc (names inside [:*here*:])Nicholas Clark2005-01-231-69/+104
| | | p4raw-id: //depot/perl@23866
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+3
| | | | | | | | Message-Id: <41F1801C.3080201@iki.fi> Make buffer size estimates for utf8 case conversion less maximally pessimistic p4raw-id: //depot/perl@23857
* Refactor S_regclass to generate slightly smaller object codeNicholas Clark2005-01-141-31/+68
| | | p4raw-id: //depot/perl@23802
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-141-30/+30
| | | p4raw-id: //depot/perl@23798
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+10
| | | p4raw-id: //depot/perl@23789
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-1/+1
| | | | | | strlen(). Add savesvpv(sv), which gets the length from the SV, and returns a copy of its PV. p4raw-id: //depot/perl@23772
* genuine possible buffer problems spotted by flawfinderNicholas Clark2004-11-201-1/+1
| | | p4raw-id: //depot/perl@23520
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-6/+4
| | | | | | Also limit the scope of the locks in a couple of places, as suggested by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html. p4raw-id: //depot/perl@23499
* document regcomp.c/regexec.c's dual life under ext/re/Dave Mitchell2004-11-061-0/+5
| | | p4raw-id: //depot/perl@23482
* [perl #31851] Threading crash with closuresDave Mitchell2004-10-291-0/+5
| | | | | various OpREFCNT_inc() operations weren't doing locking p4raw-id: //depot/perl@23433
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
| | | p4raw-id: //depot/perl@23180
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
| | | p4raw-id: //depot/perl@23176
* regcomp.c, t/op/regmesg.t -- False range with \p and \PJeff Pinyan2004-06-251-1/+5
| | | | | Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org> p4raw-id: //depot/perl@22995
* Re: [perl #28532] optional match of an anchor gets ignored Hugo van der Sanden2004-04-191-1/+3
| | | | | Message-Id: <200404141830.i3EIUko03728@zen.crypt.org> p4raw-id: //depot/perl@22712
* Off-by-one error in regcomp.cSlaven Rezic2003-10-311-1/+1
| | | | | Message-Id: <1067602571.12768@devpc01.iconmobile.de> p4raw-id: //depot/perl@21591
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-4/+4
| | | | | [perl #24167] `#' comment signs not at the very beginning of a line p4raw-id: //depot/perl@21433
* Internal fixes to source-code coordinateEric Promislow2003-10-091-3/+5
| | | | | | calculations in regcomp.c Message-Id: <20031008174242.A17544@ActiveState.com> p4raw-id: //depot/perl@21430
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-2/+2
| | | p4raw-id: //depot/perl@21297
* Re: unicode regex problemHugo van der Sanden2003-09-131-5/+0
| | | | | Message-Id: <200309131421.h8DELYx25894@zen.crypt.org> p4raw-id: //depot/perl@21210
* Replace #21158 with a better patch from HugoJarkko Hietaniemi2003-09-111-1/+1
| | | | | (for [perl #23769]). p4raw-id: //depot/perl@21174
* Re: [PATCH] valgrind and /#/xAdrian M. Enache2003-08-261-5/+6
| | | | | Message-ID: <20030826051107.GA1086@ratsnest.hole> p4raw-id: //depot/perl@20901
* valgrind and /#/xDave Mitchell2003-08-251-1/+2
| | | | | Message-ID: <20030825122748.GA15560@fdgroup.com> p4raw-id: //depot/perl@20880
* Re: utf8+regex bug in 5.8.1-RC2Dave Mitchell2003-08-011-1/+1
| | | | | Message-ID: <20030801001631.GA11233@fdgroup.com> p4raw-id: //depot/perl@20405
* jumbo closure fixDave Mitchell2003-05-291-1/+3
| | | | | Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
* UTF8 regexp patch from Inaba Hiroto.Jarkko Hietaniemi2003-04-181-3/+6
| | | p4raw-id: //depot/perl@19264
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Signedness nits.Jarkko Hietaniemi2003-03-161-2/+2
| | | p4raw-id: //depot/perl@18995
* Further potential pitfalls for the utf8 len/pos cacheJarkko Hietaniemi2003-03-161-0/+23
| | | | | found by Inaba Hiroto. No test cases, yet. p4raw-id: //depot/perl@18990
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* COW regexps:Nicholas Clark2003-02-161-2/+12
| | | | | | Subject: [PATCH] Copy on write for $& and $1... Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18726
* save_re_context() was not saving many regexec.c stateGurusamy Sarathy2002-12-281-14/+14
| | | | | | | variables, resulting in various reentrancy problems when the swatches were autoloaded by perl in the midst of a match p4raw-id: //depot/perl@18358
* fix signed/unsigned mismatch warning from change#18266Gurusamy Sarathy2002-12-281-1/+1
| | | | | p4raw-link: @18266 on //depot/perl: ada6e8a992d3696f2a5e84c5e93d2fce8998ecfb p4raw-id: //depot/perl@18356
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-1/+1
| | | | | [perl #18932] p4raw-id: //depot/perl@18312
* fix #18266 sprintf format mismatchHugo van der Sanden2002-12-091-1/+1
| | | p4raw-id: //depot/perl@18268
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexAbhijit Menon-Sen2002-12-091-0/+17
| | | | | Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> p4raw-id: //depot/perl@18266