.. |
alpha
|
ff5f311b34
- removed no more used constants
|
пре 14 година |
arm
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
avr
|
ff5f311b34
- removed no more used constants
|
пре 14 година |
generic
|
3017132268
* Remove triple sources
|
пре 14 година |
html
|
fa0d3d79e0
no message
|
пре 23 година |
i386
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
ia64
|
5acf377e31
* enable node cse for all cpus as level 2 optimization
|
пре 15 година |
jvm
|
5b915178fa
+ support for deep copy of array of strings
|
пре 14 година |
m68k
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
mips
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
msg
|
009a30d8cf
* reworked saving/restoring the scanner state (immediately replace scanner
|
пре 14 година |
powerpc
|
72e9cfee24
* create/destroy also the high level code generator for all architectures,
|
пре 14 година |
powerpc64
|
72e9cfee24
* create/destroy also the high level code generator for all architectures,
|
пре 14 година |
ppcgen
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
sparc
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
systems
|
d456ec2ffe
+ support for JVM local variable and parameter debug information
|
пре 14 година |
utils
|
f17936e598
* moved import_lib (for JVM package name) and jvm_full_typename()
|
пре 14 година |
vis
|
ff5f311b34
- removed no more used constants
|
пре 14 година |
x86
|
91855becfe
+ unicodestring support for the JVM target (except for multiple adds
|
пре 14 година |
x86_64
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
COPYING.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
пре 16 година |
MPWMake
|
05d6f0e94d
macos: added a fake sysutils for use by compiler, and fixed some tests
|
пре 19 година |
Makefile
|
d8191d48ab
* also delete ppcjvm in the execlean target
|
пре 14 година |
Makefile.fpc
|
d8191d48ab
* also delete ppcjvm in the execlean target
|
пре 14 година |
README.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
пре 16 година |
aasmbase.pas
|
c97869bd89
* merge user sections support branch
|
пре 14 година |
aasmdata.pas
|
1470d91ba1
* Optimized pooling of floating point and large set constants using hash tables.
|
пре 14 година |
aasmsym.pas
|
a23fa2e81e
* moved (unfinished) routines related to writing taicpu's to ppu files
|
пре 18 година |
aasmtai.pas
|
e20919f065
+ support for writing JVM line number information
|
пре 14 година |
aggas.pas
|
2eb39c8843
* patch by Jeppe Johansen to support jumptable generation for case nodes on arm/thumb-2, resolves #19502
|
пре 14 година |
agjasmin.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
aopt.pas
|
666b4e2469
* fixed range errors in label bookkeeping that caused too much memory to be
|
пре 15 година |
aoptbase.pas
|
f97730f73f
* use labelCanBeSkipped as used by i386 in generic optimizer code too
|
пре 16 година |
aoptcs.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
пре 19 година |
aoptda.pas
|
1f6ec379de
* moved field definitions before method/property definitions (see mantis
|
пре 16 година |
aoptobj.pas
|
4be36c4b2b
* fixed a number of missing label reference removals when deleting
|
пре 14 година |
asmutils.pas
|
b5e7b3e1e7
o patch by Sergei Gorelkin which basically resolves #14308 (still misses some tests):
|
пре 15 година |
assemble.pas
|
3eaf8df446
* Don't use hardcoded value for maxoutputlists
|
пре 14 година |
browcol.pas
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
пре 15 година |
bsdcompile
|
26081ed999
* Simple script which specifies the right params for a try out BSD build
|
пре 25 година |
catch.pas
|
fd070544db
- disabled installation of SIGINT signal handler for Darwin, because
|
пре 16 година |
ccharset.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cclasses.pas
|
7173b9dfed
* fixed (harmless) range check errors
|
пре 14 година |
cfidwarf.pas
|
23ff1e0681
* fix error in cfidwarf rev 16062 for non-windows systems
|
пре 15 година |
cfileutl.pas
|
74d684878d
* factored searching the exe directories from FindExe() into
|
пре 14 година |
cg64f32.pas
|
9bc15a5f61
* renamed a_param_* to a_load_*_cgpara
|
пре 15 година |
cgbase.pas
|
fcd3872d88
+ introduction of tcgint
|
пре 14 година |
cgobj.pas
|
77f2d6cc0d
* introduce usage of TCGInt in the code generator units
|
пре 14 година |
cgutils.pas
|
2a6caa539c
+ support for constant array indices in treference for the JVM target
|
пре 14 година |
cmsgs.pas
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
пре 14 година |
comphook.pas
|
562961fd42
* catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler
|
пре 14 година |
compiler.pas
|
562961fd42
* catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler
|
пре 14 година |
compinnr.inc
|
8e7f39f176
* constant evaluation of ror/rol if they are internally handled, resolves #6300
|
пре 14 година |
comprsrc.pas
|
ec8c7b4888
+ when compiling for Darwin/ARM, pass the subarchitecture to the linker.
|
пре 14 година |
constexp.pas
|
2f7a57fcab
* Use extended for bestreal type if GENERIC_CPU is defined
|
пре 14 година |
cp1251.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cp437.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cp850.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cp866.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cp8859_1.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
cp8859_5.pas
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
crefs.pas
|
851b00f8e9
* more properties fixed
|
пре 16 година |
cresstr.pas
|
b5e7b3e1e7
o patch by Sergei Gorelkin which basically resolves #14308 (still misses some tests):
|
пре 15 година |
cstreams.pas
|
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
|
пре 14 година |
cutils.pas
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
пре 14 година |
cwindirs.pp
|
0bdd15e0da
+ added cwindirs for the time being to the compiler dir till a release with windirs in the rtl is released
|
пре 14 година |
dbgbase.pas
|
915c412ae3
compiler: generate debug info for record methods:
|
пре 14 година |
dbgdwarf.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
dbgstabs.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
defcmp.pas
|
91855becfe
+ unicodestring support for the JVM target (except for multiple adds
|
пре 14 година |
defutil.pas
|
88df6573a0
* moved de2regtyp() from defutil to hlcgobj, so it can be overridden
|
пре 14 година |
export.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
expunix.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
finput.pas
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
пре 14 година |
fmodule.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
fpccrc.pas
|
793fd8fc09
* Add -Xg to help pages
|
пре 17 година |
fpcdefs.inc
|
dc8df7fe79
* define cpu32bit for the JVM target (used by psystem to initialise
|
пре 14 година |
fppu.pas
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
пре 14 година |
gendef.pas
|
caf0096877
* enabled version and description directive for all windows
|
пре 16 година |
globals.pas
|
f67919e9f5
+ odt_javaclass, odt_interfacejava objectdef types
|
пре 14 година |
globtype.pas
|
7200245337
+ cs_unicodestrings global switch to indicate that the default string type
|
пре 14 година |
hlcg2ll.pas
|
f57e9778d4
* migrated gen_initialize_code and gen_finalize_code from ncgutil to
|
пре 14 година |
hlcgobj.pas
|
f57e9778d4
* migrated gen_initialize_code and gen_finalize_code from ncgutil to
|
пре 14 година |
htypechk.pas
|
d79160a6af
* correctly handle explicit typecasts between records and jlobject/
|
пре 14 година |
impdef.pas
|
f1067607b6
+ workaround for non-working dircache on morphos/amiga
|
пре 18 година |
import.pas
|
bf1c390027
* refactor import library generation
|
пре 19 година |
jvmdef.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
link.pas
|
bcb2bb9e5b
Add removal of braces for parameters in linker script
|
пре 14 година |
macho.pas
|
814658847e
* fixed comments for some comments, they were offset by one line (patch by
|
пре 14 година |
machoutils.pas
|
28cd8271c9
* initial version of internal Mach-O/i386 assembler by Dmitry Boyarintsev
|
пре 15 година |
msgidx.inc
|
009a30d8cf
* reworked saving/restoring the scanner state (immediately replace scanner
|
пре 14 година |
msgtxt.inc
|
009a30d8cf
* reworked saving/restoring the scanner state (immediately replace scanner
|
пре 14 година |
nadd.pas
|
990a4ccb64
- disabled genmultistringadd() for the JVM target for now
|
пре 14 година |
nbas.pas
|
a2a6b2fd1d
+ "reference" temps that sort of implement pointer-style functionality for
|
пре 14 година |
ncal.pas
|
96b0ee0827
* added more options to format the result of tprocdef.fullprocname() via
|
пре 14 година |
ncgadd.pas
|
d3a4866cf5
* reorder processing of left/right for add nodes somewhat to make
|
пре 14 година |
ncgbas.pas
|
a2a6b2fd1d
+ "reference" temps that sort of implement pointer-style functionality for
|
пре 14 година |
ncgcal.pas
|
5abf6d0aa4
+ thlcgobj support of the managed open array initialization fixes of
|
пре 14 година |
ncgcnv.pas
|
0e87627218
+ gethltemp() to allocate a temp specifying full type information even
|
пре 14 година |
ncgcon.pas
|
3dba3a0219
* Float constants must be pooled using their the actual type, not the mapped type of assembler instruction. Otherwise e.g. extended may be mixed up with cextended, because both are mapped to ait_real_80bit.
|
пре 14 година |
ncgflw.pas
|
0a3a62811b
+ try/except and try/finally support for JVM target:
|
пре 14 година |
ncginl.pas
|
761ff19c7f
* initialise local dynamic array variables to empty arrays rather than
|
пре 14 година |
ncgld.pas
|
bf21cd7a15
+ support for (non-variant) arrayconstructornodes for the JVM target
|
пре 14 година |
ncgmat.pas
|
8d960cb608
+ implementation of shifting operations for avr
|
пре 14 година |
ncgmem.pas
|
40e0b4677a
+ support for (only named, for now) records in the JVM target:
|
пре 14 година |
ncgobjc.pas
|
b084d70ae4
compiler: cleanup - remove unused variables
|
пре 15 година |
ncgopt.pas
|
0e87627218
+ gethltemp() to allocate a temp specifying full type information even
|
пре 14 година |
ncgrtti.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
ncgset.pas
|
b023627f6a
* converted tcgcasenode.pass_generate_code() to hlcgobj
|
пре 14 година |
ncgutil.pas
|
c264c24fb0
+ support for unit initialisation sections for the JVM target,
|
пре 14 година |
ncnv.pas
|
d79160a6af
* correctly handle explicit typecasts between records and jlobject/
|
пре 14 година |
ncon.pas
|
7200245337
+ cs_unicodestrings global switch to indicate that the default string type
|
пре 14 година |
nflw.pas
|
0a3a62811b
+ try/except and try/finally support for JVM target:
|
пре 14 година |
ngenutil.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
ngtcon.pp
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
ninl.pas
|
91855becfe
+ unicodestring support for the JVM target (except for multiple adds
|
пре 14 година |
nld.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
nmat.pas
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
пре 14 година |
nmem.pas
|
fde622e050
* generate a loadvmtaddrnode wrapper around Java objectdef typenode arguments
|
пре 14 година |
nobj.pas
|
d6a56cfda6
* change the realname of procsyms belonging to overriding methods to
|
пре 14 година |
nobjc.pas
|
0dcedf3799
* do not crash but give a fatal error when using Objective-Pascal code
|
пре 15 година |
node.pas
|
ee6fe6c4f5
compiler: add unary plus node, search for unary plus operator if a type cannot be handled by compiler, increase ppu version because of node types change
|
пре 14 година |
nopt.pas
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
пре 18 година |
nset.pas
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
пре 14 година |
nstate.pas
|
790a4fe2d3
* log and id tags removed
|
пре 20 година |
nutils.pas
|
ab5b1fb686
* turned call_fail_node, initialize_data_node, and finalize_data_node from
|
пре 14 година |
objcdef.pas
|
963a4d7b23
Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef).
|
пре 14 година |
objcgutl.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
objcutil.pas
|
cec5843f95
* renamed objcdef.addencodedtype to objcaddencodedtype for consistency
|
пре 14 година |
ogbase.pas
|
c9f92c0323
* Excluded oso_executable from attributes of user sections. User sections may currently be specified only for variables and typed consts, which are not executable.
|
пре 14 година |
ogcoff.pas
|
392dafd175
* Another attempt to align section raw data size in COFF headers. Without this, image modification WinAPIs like BeginUpdateResource/EndUpdateResource typically corrupt the image. Resolves #16852 (at least partially).
|
пре 14 година |
ogelf.pas
|
e3050439a8
* Reverted r17556 and replaced it with more generic handling of 'rela'-styled relocations. Resolves #19416.
|
пре 14 година |
oglx.pas
|
658c46b903
* remove tdictionary and tindexarray
|
пре 19 година |
ogmacho.pas
|
f328b6d635
+ user section type
|
пре 14 година |
ogmap.pas
|
5e11e697b4
* Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers.
|
пре 17 година |
ognlm.pas
|
311d99b416
Avoid line > 255 chars and range check error on THandle type
|
пре 14 година |
optbase.pas
|
49f9695cf5
* handle short boolean evaluation correctly when doing node cse
|
пре 15 година |
optcse.pas
|
ffbf1a7331
* Avoid pointer typecast warning
|
пре 14 година |
optdead.pas
|
1597aac6d2
* first search for gnm and only then for nm
|
пре 16 година |
optdfa.pas
|
9955e6b2bf
* dfa fixes by Sergei Gorelkin, resolve #15402
|
пре 15 година |
options.pas
|
9022370bde
+ basic defines for jvm target (CPUJVM, ...)
|
пре 14 година |
optloop.pas
|
092153e7ad
* handle unrolling of for ... downto ... correctly, resolves #15668
|
пре 15 година |
opttail.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
optutils.pas
|
db196d76c2
+ strength reduction for array accesses inside for loops
|
пре 17 година |
optvirt.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
owar.pas
|
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
|
пре 14 година |
owbase.pas
|
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
|
пре 14 година |
parabase.pas
|
db203431b2
+ hlcgobj: high level code generator class. It has basically the same
|
пре 14 година |
paramgr.pas
|
2c313e397e
+ support for regular arrays and open arrays
|
пре 14 година |
parser.pas
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
пре 14 година |
pass_1.pas
|
94d976bc87
* when simplifying ordinal expressions during inlining, keep the resultdef
|
пре 15 година |
pass_2.pas
|
ee6fe6c4f5
compiler: add unary plus node, search for unary plus operator if a type cannot be handled by compiler, increase ppu version because of node types change
|
пре 14 година |
pbase.pas
|
7200245337
+ cs_unicodestrings global switch to indicate that the default string type
|
пре 14 година |
pdecl.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
pdecobj.pas
|
2964ea3e9b
* don't generate typed constant initializers for interfaces (since they
|
пре 14 година |
pdecsub.pas
|
921b54f9fb
* properly handle virtual/override for Java classes, instead of semi-forcing
|
пре 14 година |
pdecvar.pas
|
e663f0f31f
+ support for class constructors for the JVM target
|
пре 14 година |
pexports.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
pexpr.pas
|
40e0b4677a
+ support for (only named, for now) records in the JVM target:
|
пре 14 година |
pinline.pas
|
00c095fa70
* moved setlength() handling from pinline to ninl so it can be overridden
|
пре 14 година |
pjvm.pas
|
e663f0f31f
+ support for class constructors for the JVM target
|
пре 14 година |
pmodules.pas
|
c264c24fb0
+ support for unit initialisation sections for the JVM target,
|
пре 14 година |
pp.lpi
|
e2f21c0a56
* version update
|
пре 14 година |
pp.pas
|
dc8df7fe79
* define cpu32bit for the JVM target (used by psystem to initialise
|
пре 14 година |
ppc.cfg
|
9465a13e71
+ Delphi 6 configuration file
|
пре 23 година |
ppc.conf
|
add30a428e
* Kylix fixes, mostly case names of units
|
пре 24 година |
ppc.dof
|
67486c96c3
* fixes for Delphi 6 compilation
|
пре 23 година |
ppc68k.lpi
|
ab217ca748
* lpi version increased
|
пре 16 година |
ppcarm.lpi
|
ab217ca748
* lpi version increased
|
пре 16 година |
ppcavr.lpi
|
7b9276ae8a
+ implementation of avr rtl helpers
|
пре 14 година |
ppcmipsel.lpi
|
4fd2aa297a
Adds mipsel lazarus project
|
пре 15 година |
ppcppc.lpi
|
ab217ca748
* lpi version increased
|
пре 16 година |
ppcsparc.lpi
|
ab217ca748
* lpi version increased
|
пре 16 година |
ppheap.pas
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
пре 19 година |
ppu.pas
|
1e2c70796e
+ jvm (cpu architecure) and java ("OS"/target) identifiers
|
пре 14 година |
ppx86_64.lpi
|
ab217ca748
* lpi version increased
|
пре 16 година |
procinfo.pas
|
eb5814a868
* implemented declaring and calling constructors for Java classes
|
пре 14 година |
pstatmnt.pas
|
0a3a62811b
+ try/except and try/finally support for JVM target:
|
пре 14 година |
psub.pas
|
23539dcfaf
* only call add_synthetic_method_implementations() for the localst after
|
пре 14 година |
psystem.pas
|
fc7725efba
+ systems_managed_vm set of targets that run inside a managed vm
|
пре 14 година |
ptconst.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
ptype.pas
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
пре 14 година |
raatt.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
rabase.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
пре 19 година |
rasm.pas
|
1684a6fc32
* replaced tdictionary with tfphashlist
|
пре 19 година |
rautils.pas
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
пре 14 година |
regvars.pas
|
1c01d52ea6
* Improvements of tprocinfo class:
|
пре 14 година |
rescmn.pas
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
пре 17 година |
rgbase.pas
|
790a4fe2d3
* log and id tags removed
|
пре 20 година |
rgobj.pas
|
00cb8f5725
* made maxregs related information protected instead of private in trgobj,
|
пре 14 година |
scandir.pas
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
пре 14 година |
scanner.pas
|
019ca93a04
* symcreat functionality to use the parser from inside the compiler for
|
пре 14 година |
script.pas
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
пре 16 година |
switches.pas
|
d707d38ea1
* Fix double WARN infinite loop
|
пре 14 година |
symbase.pas
|
f7f357f18e
* symconst.pas:
|
пре 14 година |
symconst.pas
|
40e0b4677a
+ support for (only named, for now) records in the JVM target:
|
пре 14 година |
symcreat.pas
|
33bd3d7aa9
* set isclassmethod also for class constructors/destructors in
|
пре 14 година |
symdef.pas
|
2964ea3e9b
* don't generate typed constant initializers for interfaces (since they
|
пре 14 година |
symnot.pas
|
790a4fe2d3
* log and id tags removed
|
пре 20 година |
symsym.pas
|
40e0b4677a
+ support for (only named, for now) records in the JVM target:
|
пре 14 година |
symtable.pas
|
d79160a6af
* correctly handle explicit typecasts between records and jlobject/
|
пре 14 година |
symtype.pas
|
79a96ab287
+ ttypesym.prettyname
|
пре 14 година |
symutil.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
пре 18 година |
systems.inc
|
d456ec2ffe
+ support for JVM local variable and parameter debug information
|
пре 14 година |
systems.pas
|
fa841f8011
* migrated most typed constant parsing code to separate methods so
|
пре 14 година |
tgobj.pas
|
2c313e397e
+ support for regular arrays and open arrays
|
пре 14 година |
tokens.pas
|
20c577103f
+ list of keywords that are reserved in Java and the JVM, for future
|
пре 14 година |
verbose.pas
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
пре 14 година |
version.pas
|
043e9b2ec2
* Trunk version to 2.7.1
|
пре 14 година |
widestr.pas
|
45d25bbe77
* fixed storing/loading widestring constant nodes into/from ppu files
|
пре 15 година |
wpo.pas
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
пре 16 година |
wpobase.pas
|
daef2efa69
- removed tstoreddef.reset() and overrides, and the associated
|
пре 15 година |
wpoinfo.pas
|
1743c6f1a8
* also recompile a unit if class/object definitions in indirectly used
|
пре 15 година |