История коммитов

Автор SHA1 Сообщение Дата
  Timothy Flynn b1b17f286f LibC: Retrieve the current time zone from LibTimeZone 2 лет назад
  Timothy Flynn a4a7efaf5f LibC+LibCore: Use tm_isdst to handle time zone offsets in DST 3 лет назад
  Timothy Flynn e683ca00cc LibC: Split time_t range validation to separate helper function 3 лет назад
  Timothy Flynn 91e3a2aaca LibC: Cache the time zone name found by tzset() 3 лет назад
  zzLinus ca74443012 Kernel/LibC: Implement posix syscall clock_getres() 3 лет назад
  Tim Schumacher c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 лет назад
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 лет назад
  May 47f4bfea35 LibC: Make asctime_r() in time.h POSIX compliant 3 лет назад
  Leonardo Duarte 335fae9a71 LibC: Return early in time_to_tm for large time_t 3 лет назад
  cflip b2ef7ee531 LibC+LibCore: Change a.m./p.m. to AM/PM 3 лет назад
  cflip 0500d49acb LibC+LibCore: Properly format 12-hour formatted hours 3 лет назад
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 лет назад
  Lenny Maiorani 4c5e9f5633 Everywhere: Deduplicate day/month name constants 3 лет назад
  Timothy Flynn 7fceb909a5 LibC: Use altzone for the current time zone offset during DST 3 лет назад
  Timothy Flynn a027ccad75 LibTimeZone+Userland: Rename current_time_zone to system_time_zone 3 лет назад
  Timothy Flynn 024f869f09 LibC: Ensure tzname and related fields are intialized 3 лет назад
  Timothy Flynn cd0e5ccd3f LibC: Revert localtime_r to use time zone information set by tzset 3 лет назад
  Timothy Flynn 11f1f04a4c LibC: Invoke tzset from time functions required to update time zone info 3 лет назад
  Timothy Flynn b1ea585149 LibC: Implement tzset with time zone awareness in accordance with POSIX 3 лет назад
  Timothy Flynn 2bdc3aec42 LibC: Use LibTimeZone to offset localtime() for the system time zone 3 лет назад
  Daniel Bertalan f95a11a7da LibC: Don't delete null check in `gettimeofday` 4 лет назад
  Andreas Kling afa225f55c LibC: Use CLOCK_REALTIME_COARSE for gettimeofday() 4 лет назад
  Andreas Kling fdfc66db61 Kernel+LibC: Allow clock_gettime() to run without syscalls 4 лет назад
  Andreas Kling 5f6e0e0162 LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME) 4 лет назад
  Linus Groh d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 лет назад
  Lenny Maiorani 800ea8ea96 Userland: static vs non-static constexpr variables 4 лет назад
  Andreas Kling f1c6288803 LibC: Convert StringBuilder::appendf() => AK::Format 4 лет назад
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
  Brian Gianforcaro df808f0ed3 LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_r 4 лет назад