| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -20/+20 | |
| 2012-03-23 | Remove char::to_lower, char::to_upper, use libc versions instead | Tim Chevalier | -2/+2 | |
| As per Graydon's comments on #1985: remove char::to_lower and char::to_upper. The str versions of these functions now call libc::tolower and libc::toupper (using wrappers that cast between char and c_char). Not sure how much better that is, but it at least makes it clearer that these functions are Unicode-unsafe. | ||||
| 2012-03-15 | Comments only: associate core::libc FIXMEs with issue numbers | Tim Chevalier | -0/+2 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -12/+25 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-10 | core: Clean up comments and exports | Brian Anderson | -33/+35 | |
| 2012-03-09 | Add a couple more missing pieces to libc and os. | Graydon Hoare | -2/+17 | |
| 2012-03-06 | More UTF-16 wrapping on win32. Close #1927. | Graydon Hoare | -6/+11 | |
| 2012-03-06 | UTF-16-ify the win32 env routines. | Graydon Hoare | -3/+4 | |
| 2012-03-05 | Port fsync, waitpid and remove_file to core::{os,libc}. | Graydon Hoare | -0/+20 | |
| 2012-03-02 | First cut at consolidated core::os module built on core::libc. | Graydon Hoare | -9/+219 | |
| 2012-02-27 | Add libc module to libcore and utility file to help generate it. | Graydon Hoare | -0/+904 | |
