index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
LexPerl.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-20
Fixes from Kein-Hong Man:
nyamatongwe
1
-58
/
+106
2003-10-17
Patch from Kein-Hong Man to fix:
nyamatongwe
1
-89
/
+183
2003-10-12
Perl here documents fixed by Kein-Hong Man.
nyamatongwe
1
-18
/
+34
2003-02-17
Upgraded keyword list descriptions from Brian Quinlan.
nyamatongwe
1
-1
/
+1
2002-10-21
Folder added for Perl by Martin Steffensen.
nyamatongwe
1
-1
/
+56
2002-04-03
Patch from Brian Quinlan to include metdata about keyword lists within
nyamatongwe
1
-1
/
+6
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-1
/
+1
2002-02-12
Minor fixes to lexers.
nyamatongwe
1
-1
/
+1
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-1
/
+1
2001-04-13
Added a string name to each lexer.
nyamatongwe
1
-1
/
+1
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-1
/
+1
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-27
Patch from Eric to prefer REs after ';'.
nyamatongwe
1
-1
/
+5
2001-01-25
Patch from Steffen to handle $^W and ${"x"} as scalars.
nyamatongwe
1
-1
/
+8
2001-01-25
Patch from Steffen to make .. as in for ( 1..9 ) work.
nyamatongwe
1
-1
/
+4
2001-01-24
Changed isspace to isspacechar which is safe for characters >= 128.
nyamatongwe
1
-5
/
+5
2001-01-24
Made special scalars like $( and $_ work.
nyamatongwe
1
-13
/
+9
2001-01-24
Patch from Steffen for y (transliteration) operator.
nyamatongwe
1
-0
/
+3
2001-01-19
Removed dead code that was commented out in last change.
nyamatongwe
1
-23
/
+0
2001-01-19
Patch from Steffen to handle single character words better and generally
nyamatongwe
1
-3
/
+10
2001-01-18
Patch from Steffen to simplify handling of quoted strings by reusing the
nyamatongwe
1
-36
/
+17
2001-01-10
Patch from Steffen to clean up quote handling in a class.
nyamatongwe
1
-78
/
+71
2001-01-06
Patch from Steffen to separate long quote into qq, qz, qr, and qw states.
nyamatongwe
1
-5
/
+20
2001-01-05
Patch from Eric to fix bug in file ops.
nyamatongwe
1
-1
/
+1
2001-01-04
Patch from Eric Promislow to treat file test operators like keywords.
nyamatongwe
1
-33
/
+52
2000-12-19
Perl updated.
nyamatongwe
1
-9
/
+16
2000-12-14
Patch from Steffen for quotes in SCE_PL_LONGQUOTE.
nyamatongwe
1
-0
/
+4
2000-12-07
Steffen removed SCE_PL_REF state.
nyamatongwe
1
-5
/
+0
2000-12-07
Fix from ActiveState for PODs at start of document.
nyamatongwe
1
-17
/
+18
2000-12-01
Patch from Steffen for treating % as an operator more often.
nyamatongwe
1
-4
/
+6
2000-11-21
Steffen's patch for here documents.
nyamatongwe
1
-32
/
+160
2000-11-08
Patch from Steffen for regex.
nyamatongwe
1
-4
/
+14
2000-09-04
Small tweak from Steffen.
nyamatongwe
1
-2
/
+3
2000-08-31
Added some fixes from Steffen to keep ch and chNext synchronised.
nyamatongwe
1
-3
/
+3
2000-08-25
Patches from Eric Prmislow and Steffen Goeldner to fix up here docs
nyamatongwe
1
-5
/
+32
2000-05-15
Mod for here documents from Steffen Goeldner.
nyamatongwe
1
-3
/
+5
2000-04-23
Ensured lexers do not style any more than they have been asked to.
nyamatongwe
1
-1
/
+1
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-10
/
+0
2000-04-05
Changed the lexer module objects to be globally visible (by removing 'static')
nyamatongwe
1
-1
/
+1
2000-04-04
Avoid lots of warnings from Borland C++.
nyamatongwe
1
-3
/
+3
2000-04-04
Split a Document based Accessor (DocumentAccessor) off from
nyamatongwe
1
-3
/
+3
2000-03-16
Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.
nyamatongwe
1
-0
/
+488