The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 95637dea75 * fixed swapendian(smallint) (bug found by Joost van der Sluis)
* based swap(smallint) and swap(word) on swapendian(smallint/word),
    since the same bug was already fixed in swap(smallint) in r6752
    (so these routines now share the same code)
  * fixed potential range error in swapendian(word)
  + added basic test for the above four routines

git-svn-id: trunk@10840 -
2008-04-29 22:14:43 +00:00
compiler * export names aren't mangled under OS/2 either (follow-up 2008-04-29 19:08:02 +00:00
ide * fixes for code generation switches and associated dialog box, with assistance of Robert Riebisch 2008-04-19 01:15:03 +00:00
installer * follow-up on restructuring of packages - os2units available as one package now 2008-04-27 17:37:21 +00:00
packages * Commit the DDL-transaction in the TestScript test. (interbase only) 2008-04-29 21:54:45 +00:00
rtl * fixed swapendian(smallint) (bug found by Joost van der Sluis) 2008-04-29 22:14:43 +00:00
tests * fixed swapendian(smallint) (bug found by Joost van der Sluis) 2008-04-29 22:14:43 +00:00
utils * Patch from Giulio Bernardi to fix installation 2008-04-15 18:29:08 +00:00
.gitattributes * fixed swapendian(smallint) (bug found by Joost van der Sluis) 2008-04-29 22:14:43 +00:00
.gitignore
Makefile * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00
Makefile.fpc * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00