Commit History

Author SHA1 Message Date
  kevinkofler c0635ede86 Fix extra newline incorrectly added each time a file is saved. 17 years ago
  kevinkofler e8e16f7bc4 Fix wrong length computations when writing to a file in UTF-8 or other multibyte charsets. 17 years ago
  kevinkofler 68e8e62345 Use explicit memset to zero the buffer because the C++ way doesn't seem to work on OS X. 17 years ago
  kevinkofler 4f60a7f9c8 Fix bug in source file splitting causing the float in x>=0. to get split. 18 years ago
  kevinkofler 9332f1499e Fix detection of "??=" in source file splitting. 18 years ago
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 18 years ago
  kevinkofler 5dcc86307e Fix file descriptor leak in loadFileText. 18 years ago
  kevinkofler 474a65766a Properly handle calculator characters which use 2 UTF-16 codepoints during source file splitting. 18 years ago
  kevinkofler 5c32f01789 Unconditionally add the newline to the temp source file when compiling, don't do it just for C files. (Headers and GNU assembly files need the newline just as well, and TIGCC IDE filters the warning afterwards for header files.) 18 years ago
  kevinkofler 41c7b27d64 Use --outputbin-main-only (ld-tigcc switch) instead of linking twice for compressed programs with an external data file. TIGCC 0.96 Beta 7 r1 required. 18 years ago
  kevinkofler 61f8e487a8 Implement ttpack compression. 18 years ago
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. 18 years ago
  kevinkofler 6574491da5 Parse *nix-style (GCC, GNU as, ...) error messages. 18 years ago
  kevinkofler 47d7be6873 Fix debug line directives. 18 years ago
  kevinkofler 4e41a358d9 Better test for empty data var. 18 years ago
  kevinkofler 4963fc462b Finish implementing compileFile. 18 years ago
  kevinkofler 377579de70 Run calculator command line through libticonv. 18 years ago
  kevinkofler f4ae5dfe67 Show status line message and write out file when compiling. 18 years ago
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). 18 years ago
  kevinkofler 9dd676c8d1 Fix regression in read_line. 18 years ago
  kevinkofler 0d35fb4b7d Add RPM spec file. 18 years ago
  kevinkofler f524f71cf3 Fix regex for "Remove Trailing Spaces" not to eat empty lines. 18 years ago
  kevinkofler 98e34dd422 Implement "Remove trailing spaces" (the same way as Kate implements it: remove them on load, save and on the edits Kate removes them on (pressing Enter, basically)). 18 years ago
  kevinkofler ec0d7c6d85 Rename *.cxx to *.cpp for consistency. 18 years ago