Commit Graph

1487 Commits

Author SHA1 Message Date
turbocat
ed503e101c ktcc: disabled auto-build for linux and windows (not enough tools).
git-svn-id: svn://kolibrios.org@9544 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-01 15:39:46 +00:00
turbocat
85c4fdb6b2 ktcc: added linux and windows tup-build.
git-svn-id: svn://kolibrios.org@9543 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-01 15:34:31 +00:00
Magomed Kostoev (mkostoevr)
18ae50738d [obj2def] Initial commit
git-svn-id: svn://kolibrios.org@9532 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 23:01:05 +00:00
IgorA
ee947e3840 fix 'sscanf' by vitalkrilov
git-svn-id: svn://kolibrios.org@9529 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 16:45:04 +00:00
Anton Krotov
2a142bd532 CEdit: fixed window redrawing
git-svn-id: svn://kolibrios.org@9526 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 11:11:45 +00:00
Coldy
1f8ba94314 ktcc: Temporary disable KX extension (by default)
git-svn-id: svn://kolibrios.org@9523 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-29 19:53:10 +00:00
Anton Krotov
02272ecd2b CEdit: new toolbar buttons design; refactoring
git-svn-id: svn://kolibrios.org@9522 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-29 15:38:29 +00:00
IgorA
c5dc86cc2c function 'buf2d_line_sm' - fix error when the line is 45 degrees
git-svn-id: svn://kolibrios.org@9520 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 21:57:16 +00:00
Coldy
57ea3e92bd Add KX extension to tcc (autoload w/import table support), phase 2.3
Done, fully added to distributive 


git-svn-id: svn://kolibrios.org@9517 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:05:47 +00:00
turbocat
cfde3b082c libc.obj: added missing sin and tan
git-svn-id: svn://kolibrios.org@9515 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 18:17:27 +00:00
Coldy
2f2a91947f Add KX extension to tcc (autoload w/import table support), phase 2.2
Fixed bug in case unused libraries
Improved align algorithm
Filled kx folder including docs, libs

git-svn-id: svn://kolibrios.org@9513 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 11:56:49 +00:00
IgorA
8be74c2de6 t_edit can open kpack-ed files
git-svn-id: svn://kolibrios.org@9485 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 14:55:00 +00:00
Kirill Lipatov (Leency)
56f2108b54 various updates, rework skin_feol_new
git-svn-id: svn://kolibrios.org@9482 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 01:12:27 +00:00
turbocat
c344589fa0 Fixed bug: https://board.kolibrios.org/viewtopic.php?f=24&p=77680#p77627 (thanks Coldy)
git-svn-id: svn://kolibrios.org@9463 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-23 17:07:46 +00:00
Anton Krotov
086f5f8132 CEdit: show number of selected characters
git-svn-id: svn://kolibrios.org@9462 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-23 13:28:34 +00:00
Kirill Lipatov (Leency)
f46cd2c217 fix prior
git-svn-id: svn://kolibrios.org@9460 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-22 20:27:09 +00:00
Kirill Lipatov (Leency)
e167e59b54 FASM: fixed by Prohor Nikiforov an issue reported by Vaicheslav97; update to version 1.73.29
git-svn-id: svn://kolibrios.org@9459 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-22 20:19:48 +00:00
Anton Krotov
78e0396849 CEdit: small changes; added tools->magnify and view->Tinypad
git-svn-id: svn://kolibrios.org@9457 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-22 15:56:11 +00:00
Anton Krotov
f1469998c7 CEdit: bugfix; file saving optimized
git-svn-id: svn://kolibrios.org@9452 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-21 16:19:39 +00:00
Anton Krotov
e4ec81f666 CEdit: refactoring; fixed memory leak
git-svn-id: svn://kolibrios.org@9448 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-20 19:09:01 +00:00
Anton Krotov
2689ca976d CEdit: added ctrl+T (new tab); small GUI changes
git-svn-id: svn://kolibrios.org@9431 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-17 06:12:02 +00:00
Anton Krotov
22deb5b5cb CEdit: highlighting of escape sequences; ctrl+up/down moves multiline text
git-svn-id: svn://kolibrios.org@9413 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-11 18:27:02 +00:00
Anton Krotov
efffea0644 CEdit: bugfixes, added ctrl+E (select word), added c-- keywords, small GUI changes
git-svn-id: svn://kolibrios.org@9410 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-08 14:02:53 +00:00
turbocat
7883425e38 cmm: full version name is now in title.
git-svn-id: svn://kolibrios.org@9358 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-02 20:21:44 +00:00
turbocat
9067bf0a18 cmm: fixed con_set_title call
git-svn-id: svn://kolibrios.org@9355 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-02 19:26:43 +00:00
Kirill Lipatov (Leency)
b34f9856cb upload koldbg by CandyMan
git-svn-id: svn://kolibrios.org@9353 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-02 17:13:25 +00:00
Kirill Lipatov (Leency)
542bdad9e0 c--: trying to set console window title
git-svn-id: svn://kolibrios.org@9352 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-01 20:18:50 +00:00
Anton Krotov
63f51aa53b CEdit: ctrl+left/right moves the cursor to the next or previous word; small changes
git-svn-id: svn://kolibrios.org@9336 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-27 17:19:15 +00:00
turbocat
63b9f66dc7 iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.
git-svn-id: svn://kolibrios.org@9307 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-24 21:42:58 +00:00
Coldy
7aed43b0ca Add KX extension to tcc (autoload w/import table support), phase 2.1
Fixed bugs
Add new features (name prefix to conflicts solve, display version, __KX__ macro)
Added kx folder with new crt0.o (crt.asm), some *.def and libtcc.a 

git-svn-id: svn://kolibrios.org@9305 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-24 18:13:35 +00:00
ae07a71db3 fix prior, delete old files
git-svn-id: svn://kolibrios.org@9299 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-21 21:13:23 +00:00
227e2de7d9 golang: fixed build errors and some refactoring
git-svn-id: svn://kolibrios.org@9298 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-21 21:10:17 +00:00
Anton Krotov
413de97517 CEdit: toolbar uses system colors, disabled runtime checking
git-svn-id: svn://kolibrios.org@9295 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-21 16:54:07 +00:00
Coldy
664e46d057 Add KX extension to tcc (autoload w/import table support), phase 1
git-svn-id: svn://kolibrios.org@9284 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-17 18:44:24 +00:00
c3b7833e72 libimg: Avoid SSE pinsrw instruction in blend_mmx.asm
pinsrw can act on MMX registers, but it is still an SSE instruction.

git-svn-id: svn://kolibrios.org@9273 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 21:20:52 +00:00
turbocat
9257d2c34c libc.obj:
- Added basename() and  dirname()
 - libc_test all tabs -> spaces

git-svn-id: svn://kolibrios.org@9262 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-12 22:45:22 +00:00
turbocat
f0928164bd libc.obj: fixed asctime() format and UTC mktime() bug.
git-svn-id: svn://kolibrios.org@9260 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-07 19:29:12 +00:00
turbocat
cf33391052 ktcc: Delete old tinygl library
git-svn-id: svn://kolibrios.org@9247 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-04 20:25:19 +00:00
turbocat
9ca128acbd Added libc_test.c for testing libc.obj (by "navichok26")
git-svn-id: svn://kolibrios.org@9242 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 18:52:54 +00:00
turbocat
ed57c702d1 tinybasic-1.0.4 fixed Tupefile.lua
git-svn-id: svn://kolibrios.org@9235 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 22:31:12 +00:00
turbocat
27ece40648 TinyBasic-1.0.4 added to autobuild
git-svn-id: svn://kolibrios.org@9234 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 22:27:40 +00:00
turbocat
82ddf447d5 libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).
git-svn-id: svn://kolibrios.org@9233 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 21:29:04 +00:00
turbocat
bd8a5b6e8e libc.obj:
- added strtod();
 - added "+" to fopen mode; 

git-svn-id: svn://kolibrios.org@9230 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 14:46:28 +00:00
turbocat
5ab7151d7d ktcc : libcryptal fixed crash
git-svn-id: svn://kolibrios.org@9229 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 10:03:14 +00:00
Magomed Kostoev (mkostoevr)
b5163461dc [clink] Make it compile by GCC
git-svn-id: svn://kolibrios.org@9220 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-17 09:33:01 +00:00
Magomed Kostoev (mkostoevr)
fa72a8449e [clink] Update README.txt
git-svn-id: svn://kolibrios.org@9218 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-16 22:04:42 +00:00
553742f877 libcrash: sync with upstream.
* Implement new algorithms:
  - MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
  - ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.


git-svn-id: svn://kolibrios.org@9216 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-15 00:52:46 +00:00
Anton Krotov
5410543f49 CEDIT: minor fixes, refactoring
git-svn-id: svn://kolibrios.org@9210 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-03 17:44:42 +00:00
hidnplayr
683ccfc78f Bugfix from 'Jurgen' for repne scasw / repnz stosw and handling of unknown/invalid opcodes.
See https://board.kolibrios.org/viewtopic.php?p=77209#p77209 for details.

git-svn-id: svn://kolibrios.org@9209 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-09-30 16:36:29 +00:00
Anton Krotov
c2885eb759 CEDIT: internal changes
git-svn-id: svn://kolibrios.org@9208 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-09-28 16:15:37 +00:00