BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
Kolibri OS
(root)
/
programs/
@ 7101
- Rev 8634
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
8634
13h 21m
turbocat
/programs/system/shell/
SHELL:
- Added new SC_PING api
- Renamed from SC_GET_PID to SC_PID
8633
1d 00h
turbocat
/programs/system/shell/
SHELL:
- Added new API: SC_GET_PID
- Fixed data type pid - unsigned int.
- Fixed cmd_ps output pid;
8626
2d 01h
turbocat
/programs/develop/ktcc/trunk/lib/
ktcc:
- deleted libc.obj loader
8621
3d 00h
turbocat
/programs/develop/ktcc/trunk/lib/libc.obj/
libc.obj.a(ktcc) :
- Added makefile
- Added mklib tools
- Fixed build
8620
3d 04h
Boppan
/programs/develop/clink/
[clink] Return zero (success)
8618
4d 06h
Boppan
/programs/develop/clink/
[clink] Fill BSS section by zeroes
8617
7d 03h
maxcodehack
/programs/fs/minizip/
minizip: Use zlib as dynamic lib (smaller program's size)
8616
7d 06h
maxcodehack
/programs/fs/minizip/
Fix build and smaller size (-Os)
8615
7d 06h
maxcodehack
/programs/fs/minizip/
Add minizip and miniunz
8614
7d 06h
maxcodehack
/programs/fs/minizip/
Upload minizip (
http://www.winimage.com/zLibDll/minizip.html
) unzipper port
8610
8d 13h
maxcodehack
/
Add new syscall wrapper - sys/kos.h
Fridge: improve and move to sys/kos.h
8609
9d 00h
Boppan
/programs/develop/ktcc/trunk/bin/
Update TCC binary
8608
9d 00h
Boppan
/programs/develop/ktcc/trunk/bin/lib/
Update autoimporting libraries to put specific data at the end if the executable file
8607
9d 01h
Boppan
/programs/develop/ktcc/trunk/lib/librasterworks/
Update make.bat for librasterworks.a
It needed to be fully rewritten
8606
9d 01h
Boppan
/programs/develop/ktcc/trunk/lib/librasterworks/
Update librasterworks.a making batch (output file name)
8605
9d 01h
Boppan
/programs/develop/ktcc/trunk/lib/
Put imports into ".imp.@." sections.
Now it's not necessary to put linking of these libraries at the end of tcc command line.
8604
9d 05h
Boppan
/programs/develop/ktcc/trunk/source/
Make TCC write ".imp.@." section at the end of the file.
Now it's possible to write import table at the end of file without need to put linking of autoimporting libraries at the very end of command line.
8603
10d 06h
Boppan
/programs/develop/ktcc/trunk/lib/libc.obj/
Add libc.obj wrapper for autoimport
8602
10d 13h
Boppan
/programs/develop/clink/epep/
Add missing file for testing
8601
10d 13h
Boppan
/programs/develop/clink/cdict/
Add one more clink's dependency
8600
11d 01h
Boppan
/programs/develop/clink/
Add unexisted dependencies
8594
16d 06h
leency
/programs/cmm/browser/
WebView: fix images
8591
20d 04h
Kenshin
/programs/develop/mtdbg/
* displaying of labels is fixed
* command history
* documentation slightly updated
8590
22d 01h
rgimad
/programs/develop/tinypad/trunk/
fix broken file in rev 8589, nothing new
8589
22d 01h
turbocat
/
Weather: Fix config filepath
8587
22d 02h
turbocat
/programs/other/Weather/json/
- Added libjson.a lib
8586
22d 02h
turbocat
/programs/other/Weather/
Weather:
- Added to autobuild
- Updated weather.json config path
8585
25d 04h
rgimad
/
upload new program QR Tool
8584
26d 04h
leency
/programs/cmm/quark/
Quark: edit text, ability to make font bigger
8583
26d 04h
leency
/programs/develop/backy/
Backy: no console window when it is not necessary
8582
26d 11h
Kenshin
/programs/develop/libraries/
little documentation fix: color names according to ECMA-48 standard
8579
27d 03h
Boppan
/programs/develop/clink/
Add clink (COFF-to-COFF linker cpable of making DLLs for KolibriOS from several separated COFF objects)
8578
27d 13h
superturbocat2001
/programs/develop/tinypy/
Added new functions in ksys module
Added socket module(WIP)
8577
27d 13h
superturbocat2001
/programs/develop/tinypy/tinypy/
Fix load_console tinypy
8576
27d 21h
leency
/programs/system/cpu/trunk/
cpu: ui improve
8575
27d 22h
superturbocat2001
/programs/develop/libraries/http/
- Restored revision with http_free fix
8574
27d 23h
leency
/programs/cmm/browser/
WebView: move http.free() at the end
8572
28d 07h
leency
/programs/cmm/browser/
WebView: detect websites without body and html by head tag
8571
28d 22h
superturbocat2001
/programs/develop/libraries/http/
rollback to revision 8023
(http_free fix not working)
8570
28d 23h
superturbocat2001
/programs/develop/libraries/http/
- Fixed http_free freeing memory in http.obj.