summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-141-2/+2
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-3/+1
* Can pass in a length here without introducing a bug. Might saveNicholas Clark2005-01-091-2/+6
* Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)Nicholas Clark2005-01-091-6/+18
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-1/+1
* D'oh! Spurious aTHX_. Here was I thinking that my test build wasNicholas Clark2005-01-031-1/+1
* Remove compiler warnings.Nicholas Clark2005-01-021-6/+5
* Change 23727 broke code that relied on \ being escaped.Nicholas Clark2005-01-021-3/+16
* Splitting the -n/-p code and concatenating strings generatesNicholas Clark2005-01-021-5/+7
* Concatenate some string constantsNicholas Clark2005-01-011-2/+2
* Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save aNicholas Clark2005-01-011-12/+5
* Probably should be using *pvn rather than *pv forms for speed inNicholas Clark2005-01-011-4/+4
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-9/+13
* Remove double checking of acceptable switches on tr/// ops.Nicholas Clark2004-12-031-4/+12
* use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)Nicholas Clark2004-12-031-10/+16
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-231-1/+1
* Make "err" a weak keyword;Rafael Garcia-Suarez2004-11-191-0/+10
* Turn regcomp into a list opDave Mitchell2004-10-101-4/+17
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-32/+32
* the improved -DT output of #23325 could print an uninit stack valueDave Mitchell2004-09-281-1/+1
* Perl -DT segfaults when parsing a 'use' statementRafael Garcia-Suarez2004-09-281-1/+4
* improve lexer debugging output (-DT)Dave Mitchell2004-09-191-60/+197
* Turn 2 strcpy()s into memcpy() because we know the length.Nicholas Clark2004-07-191-2/+2
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-2/+6
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-131-29/+56
* [perl #28986] perl -e "open m" crashes PerlDave Mitchell2004-05-031-2/+2
* Fix bug #27940 : \cX escapes weren't working correctly in regularRafael Garcia-Suarez2004-04-021-1/+1
* Re: [PATCH] warn on !=~Yitzchak Scott-Thoennes2004-03-221-2/+6
* warn on !=~Yitzchak Scott-Thoennes2004-03-201-1/+13
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-49/+3
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-0/+5
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-1/+2
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-9/+13
* format/write (version 2)LAUN Wolfgang2004-01-161-2/+2
* Some mandatory syntax warnings emitted by the lexer weren'tRafael Garcia-Suarez2004-01-051-15/+22
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionLAUN Wolfgang2004-01-041-5/+12
* [PATCH lib/overload.t] TODO tests for bug #24313.Rafael Garcia-Suarez2003-10-281-1/+8
* Fix bug [perl #24212] : improper error recovery in theRafael Garcia-Suarez2003-10-151-1/+1
* Minor nit in a debug message of the tokenizer.Rafael Garcia-Suarez2003-09-231-2/+2
* One more chance... Elizabeth's change #21107 plusRafael Garcia-Suarez2003-09-091-1/+3
* Re: [PATCH] valgrind and /#/xAdrian M. Enache2003-08-261-4/+2
* Integrate from maint:Jarkko Hietaniemi2003-08-151-1/+1
* Re: [perl #23210] parser error with 'print $HANDLE func(@args)'Steve Grazzini2003-08-041-3/+1
* [perl #22969] fix $hash{utf8bareword}Rafael Garcia-Suarez2003-07-291-0/+2
* Fix saving 'V' magic in scan_vstring()Stephen McCamant2003-07-241-4/+4
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-0/+2
* Fix for the 'print v65' plus safety tweaks from Rafael.Jarkko Hietaniemi2003-07-091-8/+7
* Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.John Peacock2003-07-091-0/+87
* "without parens" vs "without parentheses"Iain Truskett2003-07-031-1/+1
* Re: SPUG:-s option doesn't always work!Yitzchak Scott-Thoennes2003-06-051-0/+8