| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* Fix missing close-brace in several types$(PPUEXT) rules.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43042 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
|
|
| |
system units, thus allowing to explicitly pass -Sf option
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37890 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
|
|
| |
resolves #32809
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37810 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
|
|
| |
win and unix
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29095 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
|
|
|
| |
+ implemented top level "make (cross)zipinstall" for jvm targets
(mantis #23005)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22493 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unicodestring = java.lang.String. The reason this was the default in
the past is that this was the first string type that was implemented,
and without it being the default most code involving string operations
would fail. Now the default strings types are the same as for other
targets
+ new {$modeswitch unicodestrings} directive, that when activated
*together* with {$h+},
1) changes char into an alias for widechar
2) changes string into an alias for unicodestring
3) changes the preferred string evaluation type (in case of uncertainty)
to unicodestring
{$modeswitch unicodestrings} with {$h-} does not change anything at all
regarding the string type (it still changes the char type)
+ new uuchar unit that redefines char as widechar, and which is automatically
included by the compiler if {$modeswitch unicodestrings} is enabled
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/jvmbackend@18781 3ad0048d-3df7-0310-abae-a5850022a9f2
|
| |
|
|
| |
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/jvmbackend@18537 3ad0048d-3df7-0310-abae-a5850022a9f2
|
|
|
declarations removed)
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/jvmbackend@18320 3ad0048d-3df7-0310-abae-a5850022a9f2
|