[q-lang-cvs] q/modules/clib clib.q,1.38,1.39
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-22 13:03:39
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9656 Modified Files: clib.q Log Message: comment change Index: clib.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/clib.q,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** clib.q 22 Feb 2008 08:17:16 -0000 1.38 --- clib.q 22 Feb 2008 13:03:35 -0000 1.39 *************** *** 26,34 **** replacements for common standard library functions, additional string and GMP integer functions, extended file I/O (including C-style formatted I/O), ! byte strings, references, threads and, last but not least, the exit ! function. You should be able to access these without further ado in any ! standard (i.e., "vanilla") Q installation. All other types and operations ! described in Section "Clib" of the manual are now implemented in the ! 'system' module. */ import stdlib, string, tuple; --- 26,34 ---- replacements for common standard library functions, additional string and GMP integer functions, extended file I/O (including C-style formatted I/O), ! byte strings, references, threads, filename globbing, regex and, last but ! not least, the exit function. You should be able to access these without ! further ado in any standard (i.e., "vanilla") Q installation. All other ! types and operations described in Section "Clib" of the manual are now ! implemented in the 'system' module. */ import stdlib, string, tuple; |