__vic 93f38bcaf2 Merge branch 'generic' into posix il y a 4 ans
..
GNUmakefile 93f38bcaf2 Merge branch 'generic' into posix il y a 4 ans
Makefile.freebsd 93f38bcaf2 Merge branch 'generic' into posix il y a 4 ans
ascii_equal_icase.cpp 9db86893ee ascii_string.h, pad_left(), pad_right() added il y a 7 ans
ascii_tolower.cpp 9db86893ee ascii_string.h, pad_left(), pad_right() added il y a 7 ans
ascii_tolower_string.cpp 9db86893ee ascii_string.h, pad_left(), pad_right() added il y a 7 ans
ascii_toupper.cpp 9db86893ee ascii_string.h, pad_left(), pad_right() added il y a 7 ans
ascii_toupper_string.cpp 9db86893ee ascii_string.h, pad_left(), pad_right() added il y a 7 ans
base16_exceptions.cpp d65d6d698e base16, base64: try_decode() added il y a 5 ans
base64_abc.cpp 60f25d9156 base64::abc: no null terminator il y a 5 ans
base64_exceptions.cpp d65d6d698e base16, base64: try_decode() added il y a 5 ans
copy_file.cpp c264865cf9 fs.h implemented il y a 7 ans
copy_file_if_exists.cpp c264865cf9 fs.h implemented il y a 7 ans
days_between_years.cpp e13a30955b ascii.h, date_time.h added il y a 7 ans
days_in_month.cpp e13a30955b ascii.h, date_time.h added il y a 7 ans
defs.mk 552b70f1e9 No makefile parts in root il y a 6 ans
ends_with.cpp 9f30cd1048 starts_with(), ends_with() added il y a 6 ans
file_size.cpp 8717b4c386 Merge branch 'generic' into posix il y a 7 ans
get_current_dir.cpp c264865cf9 fs.h implemented il y a 7 ans
libc_error.cpp a430f8f335 Renamed static_string -> readonly_cstring il y a 7 ans
logger.cpp 05775c7d73 logger: severity strings moved to the own object file il y a 4 ans
logger_severity_strs.cpp 05775c7d73 logger: severity strings moved to the own object file il y a 4 ans
make-release 184779a87c Merge branch 'generic' into posix il y a 5 ans
mkdir.cpp c264865cf9 fs.h implemented il y a 7 ans
move_file.cpp c264865cf9 fs.h implemented il y a 7 ans
move_file_if_exists.cpp c264865cf9 fs.h implemented il y a 7 ans
move_file_replace.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
move_file_replace_if_exists.cpp c264865cf9 fs.h implemented il y a 7 ans
pad_back.cpp ea6ed00dd3 Renamed *_left() -> *_front(), *_right() -> *_back() il y a 4 ans
pad_back_string.cpp ea6ed00dd3 Renamed *_left() -> *_front(), *_right() -> *_back() il y a 4 ans
pad_front.cpp ea6ed00dd3 Renamed *_left() -> *_front(), *_right() -> *_back() il y a 4 ans
pad_front_string.cpp ea6ed00dd3 Renamed *_left() -> *_front(), *_right() -> *_back() il y a 4 ans
path_exists.cpp c264865cf9 fs.h implemented il y a 7 ans
posix_basename.cpp 279522ec82 posix/fs.h added il y a 7 ans
posix_clock_get_time.cpp 6964825754 Merged with iso branch il y a 7 ans
posix_cond_variable.cpp 2d41573373 POSIX mutex and cond variable are placed to the own headers il y a 6 ans
posix_cond_variable_wait_for.cpp 2d41573373 POSIX mutex and cond variable are placed to the own headers il y a 6 ans
posix_daemon.cpp 6964825754 Merged with iso branch il y a 7 ans
posix_daemon_control.cpp d76605bf59 posix::pidfile & posix::daemon_control added il y a 5 ans
posix_daemon_control_control.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_dir_entries.cpp ae65500d22 posix::dir_entries, posix::dir_files don't throw on open il y a 4 ans
posix_dir_files.cpp ae65500d22 posix::dir_entries, posix::dir_files don't throw on open il y a 4 ans
posix_dirname.cpp 279522ec82 posix/fs.h added il y a 7 ans
posix_file_close.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_file_read.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_file_stat.cpp 6964825754 Merged with iso branch il y a 7 ans
posix_file_write.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_ignore_signals.cpp 53b13828d7 posix/signal.h removed il y a 6 ans
posix_iov_cut_prefix.cpp 38437f1e15 posix: daemon(), sigset, block_signals(), dir_entries, dir_files, ovectors added il y a 7 ans
posix_mutex.cpp 2d41573373 POSIX mutex and cond variable are placed to the own headers il y a 6 ans
posix_mutex_lock.cpp 2d41573373 POSIX mutex and cond variable are placed to the own headers il y a 6 ans
posix_pidfile.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_process_alive.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_sigmask.cpp 6964825754 Merged with iso branch il y a 7 ans
posix_sigwait.cpp 6964825754 Merged with iso branch il y a 7 ans
posix_sigwait_at_most.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_sigwaitinfo.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_sigwaitinfo_at_most.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
posix_writev_all.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
readonly_cstring.cpp a430f8f335 Renamed static_string -> readonly_cstring il y a 7 ans
remove_file.cpp c264865cf9 fs.h implemented il y a 7 ans
rename_file.cpp c264865cf9 fs.h implemented il y a 7 ans
rename_file_if_exists.cpp c264865cf9 fs.h implemented il y a 7 ans
rename_file_replace.cpp c264865cf9 fs.h implemented il y a 7 ans
rename_file_replace_if_exists.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
rmdir.cpp c264865cf9 fs.h implemented il y a 7 ans
rules.mk 552b70f1e9 No makefile parts in root il y a 6 ans
sift.cpp 574a806401 Renamed string_ops.h -> string_utils.h il y a 7 ans
sleep_ms.cpp f97df2bb96 Repeated errno reads are minimized il y a 4 ans
starts_with.cpp 9f30cd1048 starts_with(), ends_with() added il y a 6 ans
stdio_file.cpp 926686ca4e Merge branch 'generic' into posix il y a 6 ans
stdio_getline.cpp 902acd3e00 Renamed io.h -> stdio_file.h il y a 6 ans
str2num_exceptions.cpp 0bbd07c08d Typo fix il y a 5 ans
thread.cpp 9429293f8f Merge branch 'generic' into posix il y a 6 ans
throw_errno.cpp 9fb1349f85 throw_errno.h added il y a 7 ans
throw_stdio_read_error.cpp 926686ca4e Merge branch 'generic' into posix il y a 6 ans
throw_stdio_write_error.cpp 926686ca4e Merge branch 'generic' into posix il y a 6 ans
to_text_float.cpp 0ff9266cee Handmade integers to text converters il y a 5 ans
to_text_int.cpp ae5197d1d4 Support for compilers without any form of long long il y a 4 ans
to_text_ptr.cpp 0ff9266cee Handmade integers to text converters il y a 5 ans
trim.cpp ea6ed00dd3 Renamed *_left() -> *_front(), *_right() -> *_back() il y a 4 ans
utf16_exceptions.cpp 982a03e05f UTF-16 reader and writer added il y a 5 ans
utf16_throw_if_error.cpp 982a03e05f UTF-16 reader and writer added il y a 5 ans
utf8_exceptions.cpp d5d0d8edca UTF-8 reader and writer added il y a 5 ans
utf8_thresholds.cpp d5d0d8edca UTF-8 reader and writer added il y a 5 ans
utf8_throw_if_error.cpp d5d0d8edca UTF-8 reader and writer added il y a 5 ans
validate_date_time.cpp 6413c6341b readers.h and writers.h replaced by directories of the same names il y a 6 ans
waitable_event.cpp 9429293f8f Merge branch 'generic' into posix il y a 6 ans
write_fd_to_file.cpp 864965ec22 bin_file reimplemented for POSIX il y a 7 ans