summaryrefslogtreecommitdiff
path: root/Source/Kernel/Library/String.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* END.Alexis2112009-09-191-21/+4
|
* More workAlexis2112009-09-191-19/+0
|
* Started conversion from String to BasicString<WChar>Alexis2112009-09-191-70/+3
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-181-4/+6
| | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers
* Added stuff to WChar and String classes.Alexis2112009-09-161-20/+20
| | | | | | | WChar can now decode utf16 and utf32, and encode utf8 and utf32. String now has functions append(), concat(), compare() and affect() with different prototypes for char[] arrays, so that we can use it as well with utf8, utf16 and utf32.
* cat command now uses the File class.Alexis2112009-09-151-4/+4
|
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-8/+8
|
* RamFS creatable but not loadable yetAlexis2112009-09-131-5/+5
|
* Ram file system seems to work \o/Alexis2112009-09-131-6/+6
|
* Nothing, reallyAlexis2112009-09-111-19/+19
|
* We now have (partial) support for UTF-8.Alexis2112009-08-291-42/+47
|
* .Alexis2112009-08-291-0/+16
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-0/+261