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
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-1305
/
+0
2010-05-17
Fix debug assertions for bug #3000566.
nyamatongwe
1
-1
/
+1
2009-07-01
Patch from Kein-Hong Man for bug #2809168.
nyamatongwe
1
-0
/
+2
2009-04-12
Using comments in lexer code to document meaning of properties.
nyamatongwe
1
-0
/
+7
2009-03-02
Bug #2648342 Bug in LexPerl string comparison fixed.
nyamatongwe
1
-2
/
+3
2008-12-23
Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.
nyamatongwe
1
-1
/
+1
2008-10-05
Updated lexer from Kein-Hong Man FR #2115871.
nyamatongwe
1
-1097
/
+1000
2008-01-15
Patch from Kein-Hong Man for // operator.
nyamatongwe
1
-4
/
+11
2007-07-15
Update from KHMan to improve format identifier lexing and disambiguate
nyamatongwe
1
-18
/
+44
2007-07-14
Changes from Kein-Hong Man supports fixes bareword issues and underscores
nyamatongwe
1
-37
/
+136
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2006-08-12
Made some of the calls to ctype functions safer by checking isascii first.
nyamatongwe
1
-21
/
+18
2006-08-12
Identifiers allowed to contain UTF-8.
nyamatongwe
1
-15
/
+26
2006-08-11
Patch from Kein-Hong Man :
nyamatongwe
1
-3
/
+19
2005-07-12
Patch from Kein-Hong Man improves performance.
nyamatongwe
1
-86
/
+113
2005-07-08
Patch from Kein-Hong Man to disambiguate bareword and keywords.
nyamatongwe
1
-50
/
+60
2005-07-03
A set of patches from Kein-Hong Man to improve handling of barewords,
nyamatongwe
1
-144
/
+274
2005-06-30
Patch from Kein-Hong Man fixes folding lines starting with '#' that are not
nyamatongwe
1
-77
/
+81
2005-06-10
Patch from Kein-Hong Man improves folding.
nyamatongwe
1
-27
/
+49
2005-06-09
Avoid uninitialised fields warnings from GCC 4.
nyamatongwe
1
-0
/
+2
2005-06-04
Addition of SCE_PL_POD_VERB by Kein-Hong Man.
nyamatongwe
1
-12
/
+23
2005-06-02
Fixed indentation.
nyamatongwe
1
-9
/
+9
2005-06-02
Modification by Kein-Hong Man for folding pod headings.
nyamatongwe
1
-1
/
+10
2005-05-02
Folding of POD and package sections.
nyamatongwe
1
-0
/
+32
2005-04-28
Patch from Kein-Hong Man fixes bug 1189928 for globbing syntax.
nyamatongwe
1
-2
/
+6
2004-05-17
Patch from Kein-Hong Man to improve handling of '/'.
nyamatongwe
1
-3
/
+8
2004-04-05
Patch from Kein-Hong Man:
nyamatongwe
1
-6
/
+54
2004-02-25
Patch from Kein-Hong Man to fix bug 901008.
nyamatongwe
1
-1
/
+3
2004-01-16
Fixes from Kein-Hong Man for:
nyamatongwe
1
-7
/
+45
2003-10-27
Hang fixed when '/' is first character in file.
nyamatongwe
1
-1
/
+1
2003-10-23
Kein-Hong Man
nyamatongwe
1
-6
/
+14
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
[next]