summaryrefslogtreecommitdiff
path: root/dquote_static.c
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* doc typoHugo van der Sanden2015-03-181-2/+2
* S_grok_bslash_[ox]: assert char fitsDavid Mitchell2015-03-181-4/+26
* fix some spurious PERL_UNUSED_ARG/VAR() usageJasmine Ngan2015-02-241-2/+0
* fix handling of non-strict \x{}Hugo van der Sanden2015-02-171-0/+2
* dquote_static.c: Rmv obsolete commentKarl Williamson2015-01-131-1/+1
* Output warning in qr// only onceKarl Williamson2015-01-131-1/+1
* dquote_static.c: Forbid \c{ on EBCDICKarl Williamson2014-10-211-4/+8
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-2/+1
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-8/+2
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+1
* dquote_static.c: Clarify codeKarl Williamson2014-05-301-3/+1
* "\cX" where X is non-printable is now fatalKarl Williamson2014-05-301-8/+2
* Make a literal "{" fatal after \b and \B in regexesKarl Williamson2014-02-051-0/+2
* dquote_static.c: White-space onlyKarl Williamson2014-02-051-12/+12
* Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-18/+16
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-4/+9
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-0/+29
* grok_bslash_[ox]: Add param to silence non-portable warningsKarl Williamson2013-01-111-0/+11
* dquote_static.c: refactor common code to initializationKarl Williamson2013-01-111-3/+4
* dquote_static.c: White-space only; no code changesKarl Williamson2013-01-111-6/+6
* Add optional strict mode to grok_bslash_[xo]Karl Williamson2013-01-111-7/+57
* Better error pos for grok_bslash_[xo]Karl Williamson2013-01-111-0/+6
* Revise calling sequences for grok_bslash_[xo]Karl Williamson2013-01-111-55/+53
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* silence some clang warningsDavid Mitchell2012-12-041-1/+0
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* clean up compilation warningsJesse Luehrs2012-06-271-0/+1
* dquote_static.c: Clarify commentKarl Williamson2012-06-201-1/+1
* Refactor \x processing to single functionKarl Williamson2012-06-201-0/+67
* grok_bslash_o: Don't convert from nativeKarl Williamson2012-06-201-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Fix up \cX for 5.14Karl Williamson2011-02-091-10/+18
* dquote_static.c: Add commentKarl Williamson2011-02-091-1/+1
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-0/+41
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-0/+80
* S_regcurly needs thread context.Craig A. Berry2011-01-291-1/+1
* Use embed.pl inline capabilities for regcurlyKarl Williamson2011-01-291-12/+6
* Small efficiency nit for regcurly()Karl Williamson2010-10-031-3/+4
* Extract regcurly as a static inline function.Andy Dougherty2010-09-221-0/+51