Move line profiling from experimental plugin to profiler module; fix NPE
[idea/community.git] / tools / lexer / CHANGES
1 jflex-1.7.0-SNAPSHOT.jar
2 ------------------------
3 The following lists the changes by JetBrains team
4
5 Original JFlex revision
6
7 https://github.com/jflex-de/jflex/tree/de2312d6891de7fdf2752ad8e0a45983202ad5e0
8 "Return exit code 0 for --{help,version,info}" committed on Feb 29 by lsf37
9
10 1. Emitter.java: zzBufferL is treated as CharSequence instead of char[]
11 2. Emitter.java: reworked ZZ_CMAP to an optimized multi-level table (see java.lang.CharacterDataXX)
12    For this purpose EmitterCM.java is introduced to resemble a variant of
13    generatecharacter/GenerateCharacter.java from http://hg.openjdk.java.net tailored to our needs.