Commit History

Автор SHA1 Съобщение Дата
  debrouxl 79c03e95c4 Sync with upstream bugfixes: преди 15 години
  kevinkofler 6c8eb6c84f Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line. преди 17 години
  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 години
  kevinkofler 48e550718d Fix MinGW build (no sys/dir.h, mkdir only takes 1 argument). преди 17 години
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. преди 17 години
  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 години
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. преди 17 години
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. преди 17 години
  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 години
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. преди 17 години
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. преди 17 години
  kevinkofler a4049605f6 Add missing #include <kurl.h>. преди 17 години
  kevinkofler ebf6c95ed7 Replace QApplication::eventLoop()->processEvents with QCoreApplication::processEvents(). преди 17 години
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. преди 17 години
  kevinkofler 7cc5afdbfd Run qt3to4. преди 17 години
  kevinkofler e8e16f7bc4 Fix wrong length computations when writing to a file in UTF-8 or other multibyte charsets. преди 17 години
  kevinkofler 68e8e62345 Use explicit memset to zero the buffer because the C++ way doesn't seem to work on OS X. преди 17 години
  kevinkofler 4f60a7f9c8 Fix bug in source file splitting causing the float in x>=0. to get split. преди 17 години
  kevinkofler 9332f1499e Fix detection of "??=" in source file splitting. преди 17 години
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. преди 18 години
  kevinkofler 5dcc86307e Fix file descriptor leak in loadFileText. преди 18 години
  kevinkofler 474a65766a Properly handle calculator characters which use 2 UTF-16 codepoints during source file splitting. преди 18 години
  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 години
  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 години
  kevinkofler 61f8e487a8 Implement ttpack compression. преди 18 години
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. преди 18 години
  kevinkofler 6574491da5 Parse *nix-style (GCC, GNU as, ...) error messages. преди 18 години
  kevinkofler 47d7be6873 Fix debug line directives. преди 18 години
  kevinkofler 4e41a358d9 Better test for empty data var. преди 18 години
  kevinkofler 4963fc462b Finish implementing compileFile. преди 18 години