Scanner.st
Wed, 19 Jan 2000 17:02:11 +0100 Claus Gittinger correctable selectors.
Mon, 17 Jan 2000 12:15:46 +0100 Claus Gittinger category renamining
Fri, 10 Dec 1999 13:09:47 +0100 Claus Gittinger dont unify := and _ tokens (otherwise, highlighter would not know
Thu, 09 Dec 1999 10:30:48 +0100 Claus Gittinger default setting (allowUnderscoreInIdentifier is now true)
Sat, 04 Dec 1999 16:16:07 +0100 ca checkin from browser
Fri, 19 Nov 1999 18:26:14 +0100 Claus Gittinger keep stream positioned correctly after scanNumberFrom:
Wed, 06 Oct 1999 15:58:56 +0200 Claus Gittinger oops
Wed, 06 Oct 1999 15:28:14 +0200 Claus Gittinger exponent after [eE] is always taken base 10.
Thu, 26 Aug 1999 13:55:02 +0200 Claus Gittinger ignore case in package, uses etc. directive
Tue, 20 Jul 1999 17:58:00 +0200 Claus Gittinger checkin from browser
Tue, 20 Jul 1999 17:27:04 +0200 Claus Gittinger support for vw3 qualifiedNames
Mon, 19 Jul 1999 21:25:00 +0200 Claus Gittinger *** empty log message ***
Sat, 10 Jul 1999 21:17:39 +0200 Claus Gittinger documentation
Sat, 10 Jul 1999 21:15:19 +0200 Claus Gittinger comment
Thu, 08 Jul 1999 19:00:43 +0200 Claus Gittinger checkin from browser
Thu, 08 Jul 1999 17:46:29 +0200 Claus Gittinger checkin from browser
Thu, 08 Jul 1999 17:22:09 +0200 Claus Gittinger changes to support loading squeak code containing computed
Sat, 26 Jun 1999 15:52:00 +0200 Claus Gittinger *** empty log message ***
Sat, 26 Jun 1999 15:51:33 +0200 Claus Gittinger checkin from browser
Sat, 19 Jun 1999 00:47:53 +0200 Claus Gittinger access to lineNumber added
Wed, 16 Jun 1999 09:43:12 +0200 Stefan Vogel initialize scanner on #new
Tue, 11 May 1999 12:39:20 +0200 Claus Gittinger added #source:
Wed, 10 Mar 1999 15:30:25 +0100 Claus Gittinger checkin from browser
Fri, 26 Feb 1999 16:11:19 +0100 Claus Gittinger give a warning if radix>14 and an e/E is encountered in a float
Fri, 26 Feb 1999 15:16:45 +0100 Claus Gittinger syntax error if radix is not in 2..36
Tue, 02 Feb 1999 22:44:50 +0100 Claus Gittinger bug fix if source ends with underline(-identifier)
Fri, 30 Oct 1998 13:16:36 +0100 Claus Gittinger checkin from browser
Thu, 22 Oct 1998 22:22:46 +0200 Claus Gittinger allow for action to skip something and continue in nextToken
Sat, 17 Oct 1998 16:50:17 +0200 Claus Gittinger added hook for subclasses which do not want to scan
Thu, 01 Oct 1998 12:55:16 +0200 Claus Gittinger care for nil error message (can happen when lastError is nil
Thu, 18 Jun 1998 23:11:53 +0200 Claus Gittinger support for readSmalltalkSyntax
Sat, 16 May 1998 15:57:15 +0200 Claus Gittinger moved signal to scanner
Thu, 14 May 1998 20:53:18 +0200 Claus Gittinger checkin from browser
Wed, 13 May 1998 19:58:56 +0200 Claus Gittinger moved error methods up
Wed, 13 May 1998 15:50:13 +0200 Claus Gittinger made scanner tables instVars - for easier subclassability
Wed, 13 May 1998 15:12:28 +0200 Claus Gittinger extracted keyword detection into a separate method for easier
Wed, 01 Apr 1998 13:11:59 +0200 Claus Gittinger *** empty log message ***
Wed, 01 Apr 1998 11:19:46 +0200 Claus Gittinger checkin from browser
Tue, 31 Mar 1998 18:36:35 +0200 Claus Gittinger more syntaxHighlighting
Tue, 31 Mar 1998 13:57:44 +0200 Claus Gittinger support for syntaxHighlighting
Thu, 05 Mar 1998 13:47:30 +0100 Claus Gittinger using #peekOrNil makes it some 10% faster when scanning
Fri, 27 Feb 1998 13:54:16 +0100 Claus Gittinger added #% as binop in typeTable.
Tue, 17 Feb 1998 18:46:00 +0100 Claus Gittinger fixed keepComments.
Sun, 02 Nov 1997 18:55:07 +0100 Claus Gittinger checkin from browser
Wed, 15 Oct 1997 13:15:08 +0200 Claus Gittinger handle #_
Thu, 18 Sep 1997 22:54:49 +0200 Claus Gittinger *** empty log message ***
Sun, 07 Sep 1997 01:28:18 +0200 Claus Gittinger allow dollars in identifiers
Tue, 02 Sep 1997 20:29:16 +0200 Claus Gittinger correctly scan trailing period after a number in a block (as in x := x + 1.]
Fri, 20 Jun 1997 18:54:37 +0200 Claus Gittinger added #scanTokens for ST80 compatibility
Fri, 23 May 1997 13:32:33 +0200 Claus Gittinger added compatibility warnings for '-' without whitespace
Fri, 11 Apr 1997 16:45:46 +0200 Claus Gittinger handle end of input while scanning a primitive
Sat, 05 Apr 1997 19:02:51 +0200 Claus Gittinger handle #foo_:_:_: symbols
Wed, 02 Apr 1997 14:20:09 +0200 Claus Gittinger *** empty log message ***
Wed, 02 Apr 1997 14:03:12 +0200 Claus Gittinger fixed scanning of digit-. without followup digit.
Fri, 24 Jan 1997 10:30:44 +0100 Claus Gittinger oops - did not treat return as whiteSpace
Tue, 07 Jan 1997 12:40:57 +0100 Claus Gittinger allow degenerated keyword '_:'
Sat, 04 Jan 1997 14:16:39 +0100 Claus Gittinger added query for valid binarySelector characters
Fri, 03 Jan 1997 13:45:43 +0100 Claus Gittinger handle identifier in directives;
Fri, 20 Dec 1996 00:24:27 +0100 Claus Gittinger uses: directive
Thu, 12 Dec 1996 14:38:06 +0100 Claus Gittinger just to make certain: handle 0-characters in input
less more (0) -100 -60 tip