Subversion Repositories Kolibri OS

Rev

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

Rev 989 Rev 995
Line 18... Line 18...
18
;;================================================================================================;;
18
;;================================================================================================;;
19
;;                                                                                                ;;
19
;;                                                                                                ;;
20
;; 2008-12-29 (mike.dld)                                                                          ;;
20
;; 2008-12-29 (mike.dld)                                                                          ;;
21
;;   bug-fixes:                                                                                   ;;
21
;;   bug-fixes:                                                                                   ;;
22
;;     - unnecessary 'stosb' in ini.get_str was causing problems                                  ;;
22
;;     - unnecessary 'stosb' in ini.get_str was causing problems                                  ;;
-
 
23
;;   new features:                                                                                ;;
-
 
24
;;     - new functions: ini.get_color and ini.set_color                                           ;;
23
;; 2008-08-06 (mike.dld)                                                                          ;;
25
;; 2008-08-06 (mike.dld)                                                                          ;;
24
;;   changes:                                                                                     ;;
26
;;   changes:                                                                                     ;;
25
;;     - split private procs into libini_p.asm, added comments                                    ;;
27
;;     - split private procs into libini_p.asm, added comments                                    ;;
26
;; 2008-02-07 (mike.dld)                                                                          ;;
28
;; 2008-02-07 (mike.dld)                                                                          ;;
27
;;   changes:                                                                                     ;;
29
;;   changes:                                                                                     ;;