summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* v-strings as Objects Step 1John Peacock2001-11-151-53/+3
* Re: [ID 20011114.118] chop and chomp bind too tightlyRafael Garcia-Suarez2001-11-151-2/+2
* Add comments to mark where $^X is being handled.Jarkko Hietaniemi2001-11-141-1/+1
* -s on #! line Rafael Garcia-Suarez2001-11-081-0/+9
* Re: [ID 20011106.083] $dbline[$i] == 0 generates warningsMark-Jason Dominus2001-11-071-0/+10
* Comment tweaks.Jarkko Hietaniemi2001-11-011-2/+2
* Make sv_recode_to_utf8() a real API: the encodingJarkko Hietaniemi2001-10-311-1/+1
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-0/+5
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-4/+3
* Integrate changes #12549 and #12550 from maintperl;Jarkko Hietaniemi2001-10-221-4/+21
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-1/+1
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+1
* Re: [ID 20010920.007] q and qq does not work after doRafael Garcia-Suarez2001-09-211-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-2/+0
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious...Nicholas Clark2001-09-101-2/+3
* Re: [ID 20010810.011] 'use v2b' not allowed with strictRafael Garcia-Suarez2001-09-091-9/+21
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-7/+11
* 'main' *is* a reserved wordRafael Garcia-Suarez2001-09-041-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-11/+7
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-8/+8
* If you want you can now add -DUSE_UTF8_SCRIPTS to your cflagsJarkko Hietaniemi2001-08-121-4/+7
* eval "format foo=" would loop indefinitely; reported inMike Guy2001-07-311-7/+11
* Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin testMark-Jason Dominus2001-07-121-12/+0
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-7/+14
* Retract #11212.Jarkko Hietaniemi2001-07-081-1/+0
* Slight tweaks on #11213.Jarkko Hietaniemi2001-07-081-2/+3
* Simplify yytoke()Simon Cozens2001-07-081-126/+132
* (Retracted by #11223.)Graham Barr2001-07-081-0/+1
* Re: op/arith.tNicholas Clark2001-07-071-70/+18
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-14/+7
* autosplit into @FRobin Houston2001-07-021-5/+2
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-1/+1
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-2/+2
* [PATH] shared -> unique;Artur Bergman2001-06-261-1/+1
* Re: [ID 20010621.007] readline() not quite as equal as <>Abhijit Menon-Sen2001-06-251-1/+1
* Fix for ID 20010619.002 "When building hash, hash keys thatJarkko Hietaniemi2001-06-201-2/+3
* Integrate change #10739 from maintperl:Jarkko Hietaniemi2001-06-201-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+4
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-0/+4
* [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-311-14/+14
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-4/+4
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-6/+5
* Add a test for 20010528.007, fixed in #10272.Jarkko Hietaniemi2001-05-291-1/+1
* Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space Hugo van der Sanden2001-05-291-5/+5
* Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD Spider Boardman2001-05-281-1/+10
* Allow 'eval "v200"' to work (part of 20000323.059); fix asJarkko Hietaniemi2001-05-271-1/+1
* CORE::GLOBAL::require override happens too earlyGisle Aas2001-05-241-1/+1
* Don't forget to whine about \d__\d.Jarkko Hietaniemi2001-05-081-11/+3
* Allow underscores also in the exponent part.Jarkko Hietaniemi2001-05-081-5/+39
* Can't croak sans thread context, from Doug MacEachern.Jarkko Hietaniemi2001-05-031-1/+1