Commit History

Author SHA1 Message Date
  Markus F.X.J. Oberhumer a0f39e0ab4 Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) 7 years ago
  Simon Krauter 40e9e751f0 Extend documenation of formatFloat() (#5799) 7 years ago
  Andreas Rumpf 9f5492becd strutils.nim: make removeSuffix robust on empty strings 7 years ago
  Simon Krauter a42801d100 Make countLines() the same as len(splitLines(s)) (#5470) 7 years ago
  Araq 5ce8e0b5cd better docs for strutils.escape 7 years ago
  Dennis Felsing 4af2c26c91 Make toHex work for uints (#5423) 7 years ago
  flyx ac9c2126e6 Added BiggestUInt (#5378) 8 years ago
  Parashurama d04ca6ef23 Improve & optimize strutils 'find' procs (#5196) 8 years ago
  Chris Heller 7ad32ea0ed Change error handling in split to use doAssert so it is not compiled out when running tests 8 years ago
  Chris Heller 80a727f1ce Change error handling to use assert as per Araq's comment 8 years ago
  Chris Heller 40d034b7e3 Guard against calling split with an empty string as a separator. Fixes #5119 8 years ago
  Andreas Rumpf 439f43fc52 better memory tracking 8 years ago
  Zajcev Evgeny b1a369d2fb 8 years ago
  Andreas Rumpf 60b187513e stdlib and compiler don't use .immediate anymore 8 years ago
  Andreas Rumpf 6d9177c6f1 added strutils.splitWhitespace 8 years ago
  Andreas Rumpf b56e5e159a Merge pull request #4361 from jyapayne/fix_split 8 years ago
  Joey Payne e0203a4463 Add useful unicode procs for string manipulation 8 years ago
  Joey Payne 79a8a5ee72 Add transition define for old split behavior 8 years ago
  Joey Payne 76f81d4aa4 Fix #4305: Make split proc for set[char] consistent 8 years ago
  Euan f84911364a Fixing isNilOrWhitespace to handle empty/nil. 8 years ago
  Euan 746357404c Fixing isNilOrWhitespace for empty/nil strings. 8 years ago
  Euan d932cb1e51 Adding isNilOrEmpty and isNilOrWhitespace 8 years ago
  Andreas Rumpf 42251f0b6b moved expandTabs to strmisc 8 years ago
  Joey Payne 84d9081e21 Move partition and rpartition to new strmisc module 8 years ago
  Joey Payne f6e30981a8 Add new procs for string manipulation 8 years ago
  A. S. Budden 2f16854d0f Added inline pragmas. 8 years ago
  A. S. Budden d8480c73b6 Added startsWith/endsWith implementations for character prefix/suffix (fixes #4252). 8 years ago
  Andreas Rumpf c5b47628e4 Merge pull request #4261 from abudden/4197-formatEng 8 years ago
  A. S. Budden 47b707cd32 Implemented string formatting functions for engineering format (fixes #4197). 8 years ago
  A. S. Budden d16f864b7b Added missing noSideEffect pragma 8 years ago