HelenOS-historic
HelenOS
HelenOS-doc
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
HelenOS-historic
(root)
/
kernel
/
trunk
/
test
/
print/
@ 1761
– Rev 1780
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1780
6694 d 10 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1735
6710 d 16 h
decky
/kernel/trunk/
make kernel prints case consistent
1604
6722 d 15 h
cejka
/kernel/trunk/
Fixed printf return value.
1271
6757 d 16 h
cejka
/kernel/trunk/
All the *printf functions ported to kernel.
Comments updated.
Printf1 test uses snprintf to test printing to a string.
1196
6773 d 14 h
cejka
/kernel/trunk/
Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.
1069
6803 d 17 h
cejka
/kernel/trunk/
Printf correctly handle NULL pointer as parameter to %s option.
1054
6804 d 10 h
cejka
/kernel/trunk/
Updated stackarg macros for mips32.
Mips32 stack aligned on 8 bytes boundary.
674
6875 d 16 h
cejka
/kernel/trunk/
Support for printing float numbers in kernel removed.
534
6906 d 8 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 8 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 12 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
266
6998 d 13 h
cejka
/SPARTAN/trunk/
Support for NaN and infinity in printf.
264
6998 d 14 h
cejka
/SPARTAN/trunk/
E option in printf added.
228
7000 d 12 h
cejka
/SPARTAN/trunk/
Created fmath as basic tool for IEEE 754 floating point numbers.
Added option $F for printf for printing "double" type.
187
7002 d 14 h
cejka
/SPARTAN/trunk/
Licence to print1/test.c added.
New function for printing memory map at ia32.
183
7002 d 18 h
cejka
/SPARTAN/trunk/
Small improvements in print1 test and its source code format.
182
7002 d 18 h
cejka
/SPARTAN/trunk/
Test for printf added.