Subversion Repositories Kolibri OS

Rev

Rev 7172 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7172 Rev 7184
Line 14... Line 14...
14
-more libc stardard functions. see report below 
14
-more libc stardard functions. see report below 
15
-more Kolibly SysFn wrappers. see \libc\KOSfuncs_inc_status.txt
15
-more Kolibly SysFn wrappers. see \libc\KOSfuncs_inc_status.txt
16
-add stdin, stderr, stdout emulation íå õâàòàåò stdin, stdout - ìîæíî ñäåëàòü êàê stderr!, íî íàäî âîçèòüñÿ çàîäíî ñ ferror & feof
16
-add stdin, stderr, stdout emulation íå õâàòàåò stdin, stdout - ìîæíî ñäåëàòü êàê stderr!, íî íàäî âîçèòüñÿ çàîäíî ñ ferror & feof
17
-getchar, gets if returs errorcode  (0, null) - you must exit program, because of closed console window  
17
-getchar, gets if returs errorcode  (0, null) - you must exit program, because of closed console window  
18
-ïðè íîðìàëüíîì âûõîäå çàêðûâàòü êîíñîëü
18
-ïðè íîðìàëüíîì âûõîäå çàêðûâàòü êîíñîëü
19
-sstrek âèñíåò íà ïîèñêå õåëïà ñ äèñêåòû - just very long reading by one symbol without buffering (need to change gets, getc, ungetc etc)
-
 
Line 20... Line 19...
20
 
19
 
21
 
20
 
22
------ errors ------
21
------ errors ------
23
-not working: default search path are ./include ./lib from executable (under KOS need to use -Bpath_to_ktcc)
22
-not working: default search path are ./include ./lib from executable (under KOS need to use -Bpath_to_ktcc)
24
--start.o not found using -B (kos) - put near your.c file
-
 
-
 
23
--start.o not found using -B (kos) - put near your.c file
Line 25... Line 24...
25
-åñëè ïðîåêò ìíîãîôàéëîâûé - .dbg ãåíåðèò äóáëèðóþùèåñÿ ìåòêè äàííûõ, òèïà L.78 ìîæåò óêàçûâàòü íà äðóãîé ñåãìåíò (
24
-åñëè ïðîåêò ìíîãîôàéëîâûé - .dbg ãåíåðèò äóáëèðóþùèåñÿ ìåòêè äàííûõ, òèïà L.78 ìîæåò óêàçûâàòü íà äðóãîé ñåãìåíò (
26
 
25
-.dbg sometimes generated improperly for source code labels
27
 
26
 
28
----- fixed errors ------
27
----- fixed errors ------
Line 118... Line 117...
118
snprintf
117
snprintf
119
-some format misturbances
118
-some format misturbances
120
-may incorrect prints unsigned > 2147483647L
119
-may incorrect prints unsigned > 2147483647L
Line 121... Line 120...
121
 
120
 
122
ungetc
121
ungetc
Line 123... Line 122...
123
-ungetc fails if filepos == 0 - no tricks
122
-ungetc fails if filepos == 0 - by design