Changeset 522


Ignore:
Timestamp:
01/31/09 16:07:37 (3 years ago)
Author:
mooneer
Message:

Integrated new System.date.hires object. (credit: Michael J. Edgar)

Location:
interpreter/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • interpreter/trunk/ChangeLog

    r521 r522  
    22    * Regular expressions can be specified with "r/.../[i]" syntax (ticket #79) 
    33    * Integrated interface.pop3 and interface.smtp modules (credit: Michael J. Edgar) 
     4    * Integrated new System.date.hires object. (credit: Michael J. Edgar) 
    45 
    561/30/2009: 
  • interpreter/trunk/modules/Makefile.am

    r521 r522  
    1313        __internal/_cinvoke_function.c __internal/_cinvoke_structure.c \ 
    1414        __internal/_cinvoke_callback.c System/digest.c System/digest/md5.c \ 
    15         System/digest/md5.h 
     15        System/digest/md5.h System/date/hires.c 
    1616 
    1717nobase_dist_pkglib_SCRIPTS = System.kt System/network/wrapper.kt \ 
  • interpreter/trunk/modules/all_modules.kt

    r521 r522  
    3131import "System.collections"; 
    3232import "System.date"; 
     33import "System.date.hires"; 
    3334import "System.digest"; 
    3435import "System.directory"; 
  • interpreter/trunk/tests/Makefile.am

    r520 r522  
    106106./objs/boolean/bool.kt.out \ 
    107107./objs/boolean/list.kt.out \ 
     108./objs/date/date_hires.kt \ 
     109./objs/date/date_hires.kt.out \ 
    108110./objs/file/file.kt.out \ 
    109111./objs/file/file.kt \ 
Note: See TracChangeset for help on using the changeset viewer.