This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
[perl5.git] / toke.c
1998-11-28 Gurusamy Sarathyallow final period in a file (not followed by a newline) to
1998-11-17 Gurusamy Sarathyfix skipspace() to properly account for newlines in...
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathyintegrate cfgperl into mainline
1998-10-28 Gurusamy Sarathysmarter C<$SIG{FOO} = BAREWORD;> warning
1998-10-28 Jarkko Hietaniemiyylex() parametrization.
1998-10-26 Jarkko Hietaniemis/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-25 Gurusamy Sarathyfix C<print $n += 5;> etc.
1998-10-25 Graham BarrRe: '*' prototype does not allow bareword with strict
1998-10-25 Gurusamy Sarathyintegrate cfgperl changes back into mainline
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-17 Thomas DornerPOSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gisle AasCore dump from "Missing right brace on \x{}"
1998-10-06 Gurusamy Sarathyremove spurious unused conflicting globals (PL_yy{v...
1998-09-24 Ilya ZakharevichRe: your Regexp.patch dated 21.8 [PATCH]
1998-09-24 Gurusamy Sarathygrandfather deprecated "$$<digit>" no more
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-09-23 Mark P Lutzfix problematic typecast in filter_del()
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Gurusamy Sarathybetter CR-handling on shebang line and in formats ...
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-20 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-09-17 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Paul Marquessfix bogus warning on "\x{123}"
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-27 Gurusamy Sarathyintegrate 5.005_01 changes from maint
1998-07-26 Gurusamy Sarathys/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed...
1998-07-26 Gurusamy Sarathyadd new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathytweak toke.c
1998-07-21 Gurusamy Sarathyworkaround C<"foo" "bar"> catenation-intolerant compilers
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsMerge Mainline
1998-07-19 Gurusamy Sarathyfix and test handling of literal newlines in heredocs
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsBuilds and passes tests with -DMULTIPLICITY and -DCRIPP...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix CvMUTEXP() leaks with -Dusethreads
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Larry Wallbe generous about CRs
1998-07-11 Gurusamy Sarathydisable CR croaking (via #define, default off) in lieu...
1998-07-06 Gurusamy Sarathymore reasonable diagnostic on keyword vs. sub ambiguity
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathyadd comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-07-05 Chip Salzenbergadded patch with tweak to doc
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-07-04 Larry Walldeprecate use of reserved word "our" (Larry's idea)
1998-06-30 Gurusamy Sarathytweaks to overloaded constants (change#1259)
1998-06-29 Gurusamy Sarathybump patchlevel to 69, various little tweaks (tested...
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-21 Ilya Zakharevichadded patch, regen headers
1998-06-05 Gurusamy Sarathy[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-26 Gurusamy Sarathy[asperl] tweaks to make it build with the Borland compi...
1998-05-23 Gurusamy Sarathy[win32] merge change#1013 from maintbranch (1012 is...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-18 Gurusamy Sarathy[win32] more whitespace tweaks from maintbranch
1998-05-16 Gurusamy Sarathy[win32] merge changes#996,998,999 from maintbranch
1998-05-15 Nick Ing-SimmonsIntegrate win32
1998-05-15 Gurusamy Sarathy[win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Nick Ing-SimmonsChanges to allow compiler with gcc-2.8.1 in C++ mode,
1998-05-14 Gurusamy Sarathy[win32] merge change#887 from maintbranch
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-02 Hans MulderConfusing error from perl -e "x'"
1998-03-17 Gurusamy Sarathy[asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-03 Chip Salzenberg[win32] merge problematic maintpatch to op.c
1998-03-03 Tom Phoenix[win32] maintpatches for docs
1998-03-03 Gurusamy Sarathy[win32] merge another toke.c patch and its dependent...
1998-03-03 Chip Salzenberg[win32] another toke.c maintpatch
1998-03-03 Hugo van der Sanden[win32] merge another maintpatch to toke.c
1998-03-03 Nathan Torkington[win32] manually merge a maintpatch
1998-03-02 Chip Salzenberg[win32] yet another patch
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-25 Gisle Aas#ifdef CAN_PROTOTYPE cleanup
1998-02-14 Gurusamy Sarathy[asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Gurusamy Sarathy[asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-12 Gurusamy Sarathy[win32] fix extra LEAVE when require fails
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-06 Ilya Zakharevich5.004_56: Patch to Tie::Hash and docs
1998-02-06 Ilya Zakharevich5.004_56: patch for `use Fatal' again
1998-02-06 Ilya ZakharevichNewer -DLEAKTEST patch
1998-02-06 Malcolm BeattieMore Chip patches:
1998-02-06 Malcolm BeattieSome more Chip patches (tweaked to match _5x):
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
next