summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-181-2/+8
| |\
| * | Use the newSVuv().Jarkko Hietaniemi2000-03-181-1/+1
* | | produce better error message when \N{...} is used withoutGurusamy Sarathy2000-03-191-12/+10
| |/ |/|
* | queued errors may not be displayed after the PL_error_count limitGurusamy Sarathy2000-03-181-2/+8
|/
* make "\N{...}" enable utf8-ness correctlyGurusamy Sarathy2000-03-181-0/+2
* don't check for errno after Atof() (atof() doesn't set errno, andGurusamy Sarathy2000-03-131-9/+4
* Larry's patch to disallow CORE::Snark, with perldiag entryGurusamy Sarathy2000-03-121-1/+2
* Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()Jarkko Hietaniemi2000-03-111-18/+5
* 64-bit build fix on VMS (from Dan Sugalski)Gurusamy Sarathy2000-03-061-1/+2
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-4/+3
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-19/+17
* integrate cfgperl contents into mainline; add new tests fromGurusamy Sarathy2000-03-051-9/+65
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-051-9/+13
| |\ | |/ |/|
* | optimize change#5533 to stick to IVs if constant is <= IV_MAX,Gurusamy Sarathy2000-03-051-2/+6
* | scan_num() sticks to UVs rather than IVs (now -2147483648 doesn'tGurusamy Sarathy2000-03-051-9/+8
| * more cpp cosmetics, logic cleanupJarkko Hietaniemi2000-03-051-9/+13
| * Reformat the fearful cpp expression to be a little bit less fearful.Jarkko Hietaniemi2000-03-051-2/+4
| * BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floatsMatthias Urlichs2000-03-041-0/+54
|/
* warn about /(?p{})/ (from Simon Cozens)Gurusamy Sarathy2000-03-031-2/+2
* /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-1/+1
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-3/+28
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-10/+30
* change#5205 wasn't quite right; SvCUR() should be SvLEN()Gurusamy Sarathy2000-02-221-2/+2
* fix memory overrun due to off-by-one in change#5192Gurusamy Sarathy2000-02-221-2/+2
* improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-221-41/+69
* allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-221-23/+25
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-12/+13
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-13/+13
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-1/+1