summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 Hugo van der Sanden2000-09-071-4/+4
* Drop unused argument.Spider Boardman2000-09-011-2/+1
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-4/+4
* BOM patching from Simon Cozens.Jarkko Hietaniemi2000-08-011-2/+10
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-30/+43
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-301-16/+0
* Tune the comments and hopefully stop a memory leak.Jarkko Hietaniemi2000-07-291-1/+6
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-281-0/+16
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-271-16/+0
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-0/+6
* PERL_OBJECT build tweaksGurusamy Sarathy2000-07-141-32/+36
* inconsistent types needs castsGurusamy Sarathy2000-07-141-4/+6
* typecasts needed for change#6394Gurusamy Sarathy2000-07-141-4/+4
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-12/+10
|\
| * Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-10/+10
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-131-1/+1
| |\
| * | Re: format bug report [Patch]H.Merijn Brand2000-07-111-2/+2
| * | Be less forgiving about ambiguous and illegal tr ranges.Mark-Jason Dominus2000-07-111-2/+16
| * | Fix the alignment problem in Crays ([ID 20000612.002]).Jarkko Hietaniemi2000-07-071-5/+5
| * | Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-21/+21
| * | Re: [PATCH cfgperl] BOMs away!Simon Cozens2000-06-281-2/+58
| * | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-1/+24
| * | Do no -warn on \_, only on \alpha.David Dyck2000-06-271-1/+1
| * | Remove tr///CU (the feature is to be obsoleted by better interfaces).Simon Cozens2000-06-231-27/+2
* | | enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-62/+66
| |/ |/|
* | tweak for build failure under multiplicityGurusamy Sarathy2000-07-111-1/+1
* | integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-4/+18
* | integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-26/+26
* | integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-2/+58
* | integrate cfgperl change#6250 into mainlineGurusamy Sarathy2000-07-111-1/+24
* | integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-27/+2
|/
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-031-3/+8
|\
| * fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-3/+8
* | Single-quoted utf8 patch from Simon Cozens.Jarkko Hietaniemi2000-05-311-0/+2
|/
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-9/+13
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-18/+36
* downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-281-3/+8
* reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-071-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-1/+1
|\
| * tokeq() could read unallocated field in argumentGurusamy Sarathy2000-05-041-1/+1
* | The logic of choosing strtol/strtoul/strtoll/strtoull was wrongJarkko Hietaniemi2000-05-041-36/+52
|/
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-0/+3
* extend "Unrecognized escape" warning to \8, \9, and \_ as wellGurusamy Sarathy2000-04-301-1/+1
* fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>Gurusamy Sarathy2000-04-281-0/+5
* qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-1/+1
* autoquote barewords followed by newline and arrow properlyGurusamy Sarathy2000-04-271-2/+10
* POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)Gurusamy Sarathy2000-04-241-1/+2
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
* change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"Gurusamy Sarathy2000-03-201-1/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-1/+1
|\