Historial de Commits

Autor SHA1 Mensaje Fecha
  Tom Almeida b5529c9b71 Fixed some issues with temporary files and moved some raw pointers to Option<&T>s hace 7 años
  Tom Almeida 5921f00e90 Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code hace 7 años
  Jeremy Soller 8fd77a4b13 Merge branch 'master' into 'master' hace 7 años
  jD91mZM2 ea24699798 Fix undefined behavior hace 7 años
  jD91mZM2 3034114c14 Fix broken comment hace 7 años
  Jeremy Soller ccb74c6efc Merge branch 'master' into 'master' hace 7 años
  jD91mZM2 0a3c8abe95 Fix setlocale return value hace 7 años
  jD91mZM2 996445a6a3 Add empty locale functions hace 7 años
  Jeremy Soller 05f7371e46 Merge branch 'master' into 'master' hace 7 años
  jD91mZM2 91221645c5 Add *scanf to header hace 7 años
  jD91mZM2 5936c7a76e Add scanf hace 7 años
  Jeremy Soller 6f8fff4b1c Merge branch 'sys_wait_macros' into 'master' hace 7 años
  Jasen Borisov 06a8d5d89d sys_wait: implement C macros properly hace 7 años
  Jeremy Soller 895e250564 Add aligned_alloc hace 7 años
  Jeremy Soller 9d38494435 Fix missing strtol, strtoul hace 7 años
  Jeremy Soller 1b653c4e60 Update ralloc, fix invalid c++ names hace 7 años
  Jeremy Soller 009ceec188 Merge branch 'sys_wait_fix' into 'master' hace 7 años
  Jasen Borisov 326078a578 Fix compilation error in `sys_wait` hace 7 años
  Jeremy Soller c5552cbb39 Merge branch 'fix-81' into 'master' hace 7 años
  stratact 3fa220237d Add `sys_wait` functions (Fixes #81) hace 7 años
  Jeremy Soller a573549df8 Update links to gitlab hace 7 años
  Jeremy Soller fd05aca991 Update README.md hace 7 años
  Jeremy Soller 1f9f7ce6c8 Merge pull request #127 from stratact/master hace 7 años
  stratact 3aa01b6907 Remove pointless cast hace 7 años
  stratact a7a415603f Fix stupid mistake hace 7 años
  stratact 16c51a297d Use the right C types from `platform::types` hace 7 años
  Jeremy Soller f0227e737e Merge pull request #128 from ids1024/lifetime hace 7 años
  Jeremy Soller aead6d8fd0 Merge pull request #129 from ids1024/cstr hace 7 años
  Ian Douglas Scott 5bcf1d42ff Simplify cstr_from_bytes_with_nul_unchecked() hace 7 años
  Ian Douglas Scott cbd0d0473c Make functions taking raw pointer return &'a instead of &'static hace 7 años