Cronologia Commit

Autore SHA1 Messaggio Data
  debrouxl 79c03e95c4 Sync with upstream bugfixes: 15 anni fa
  kevinkofler 6c8eb6c84f Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line. 17 anni fa
  kevinkofler 2c5a0e36dd Use the builtin pucrunch support in the latest CVS ld-tigcc instead of ttpack and ttbin2oth. This also adds support for outputting unwrapped binaries for compressed files. 17 anni fa
  kevinkofler 48e550718d Fix MinGW build (no sys/dir.h, mkdir only takes 1 argument). 17 anni fa
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 anni fa
  kevinkofler fd293d03d9 Don't load the file text twice, once by hand and once in the KatePart. Use a faster peekFirstChar in the external source file case, and just remove the call in the others. 17 anni fa
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 anni fa
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 17 anni fa
  kevinkofler 0d5f959cb1 Make sure a QString is non-empty before doing [0] on it, Qt 3 used to return QChar::null for emptyQString[0], Qt 4 now hits an assert. 17 anni fa
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 anni fa
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 anni fa
  kevinkofler a4049605f6 Add missing #include <kurl.h>. 17 anni fa
  kevinkofler ebf6c95ed7 Replace QApplication::eventLoop()->processEvents with QCoreApplication::processEvents(). 17 anni fa
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. 17 anni fa
  kevinkofler 7cc5afdbfd Run qt3to4. 17 anni fa
  kevinkofler e8e16f7bc4 Fix wrong length computations when writing to a file in UTF-8 or other multibyte charsets. 17 anni fa
  kevinkofler 68e8e62345 Use explicit memset to zero the buffer because the C++ way doesn't seem to work on OS X. 17 anni fa
  kevinkofler 4f60a7f9c8 Fix bug in source file splitting causing the float in x>=0. to get split. 17 anni fa
  kevinkofler 9332f1499e Fix detection of "??=" in source file splitting. 17 anni fa
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 18 anni fa
  kevinkofler 5dcc86307e Fix file descriptor leak in loadFileText. 18 anni fa
  kevinkofler 474a65766a Properly handle calculator characters which use 2 UTF-16 codepoints during source file splitting. 18 anni fa
  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 anni fa
  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 anni fa
  kevinkofler 61f8e487a8 Implement ttpack compression. 18 anni fa
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. 18 anni fa
  kevinkofler 6574491da5 Parse *nix-style (GCC, GNU as, ...) error messages. 18 anni fa
  kevinkofler 47d7be6873 Fix debug line directives. 18 anni fa
  kevinkofler 4e41a358d9 Better test for empty data var. 18 anni fa
  kevinkofler 4963fc462b Finish implementing compileFile. 18 anni fa