summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* It's the Barbie bus patchAndy Lester2006-01-101-49/+24
* blead: format warningsJarkko Hietaniemi2006-01-081-7/+15
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+23
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-14/+14
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-10/+13
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-111/+106
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-2/+3
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+5
* s/printf/my_printf/ because we're using the return value.Nicholas Clark2005-11-041-1/+1
* Use the return value from sprintf().Nicholas Clark2005-11-041-2/+2
* Re: [PATCH] predecrement vs postdecrementJarkko Hietaniemi2005-10-291-1/+1
* Stas' croak patch and then someAndy Lester2005-10-131-3/+3
* More embed.fnc goodnessAndy Lester2005-07-291-14/+15
* The continuing plod through embed.fncAndy Lester2005-07-181-2/+3
* more embed cleanupAndy Lester2005-07-151-2/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-7/+7
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-16/+16
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-10/+7
* Replace newSVpv(...,0) with newSVpvn where we know the length.Nicholas Clark2005-06-301-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-1/+0
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-21/+21
* regcomp.c and moreAndy Lester2005-06-091-188/+170
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-3/+3
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* SvPVX_const() - patch #4Steve Peters2005-06-031-9/+9
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-11/+11
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-48/+50
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-4/+7
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-8/+5
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-6/+6
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* GCC attributes!Andy Lester2005-05-071-1/+1
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+5
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* -Wformat Robin Barker2005-04-131-39/+40
* The core part of :Andy Lester2005-03-291-1/+1
* Consting fiveAndy Lester2005-03-251-1/+1
* Consting part 4Andy Lester2005-03-251-1/+1
* Third consting batchAndy Lester2005-03-241-23/+20
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-221-12/+10
* Re: regexp trie fails compile on VMSYves Orton2005-03-211-6/+11
* More consting goodnessAndy Lester2005-03-211-12/+12
* Re: Reworked Trie PatchYves Orton2005-03-181-33/+1186
* Tidy up 2 commentsNicholas Clark2005-01-231-2/+2
* Slightly terser code in S_regpposixcc (names inside [:*here*:])Nicholas Clark2005-01-231-69/+104
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+3