aboutsummaryrefslogtreecommitdiff
path: root/tests/string.test
AgeCommit message (Expand)AuthorFilesLines
2020-12-26core: commands that take an index now use integer expressionsSteve Bennett1-3/+3
2020-07-12string last: fix segfault with invalid indexSteve Bennett1-0/+3
2020-06-05core: string match and other glob matching support embedded nullsSteve Bennett1-0/+11
2020-04-17tests: improve code coverageSteve Bennett1-0/+40
2019-11-30string map and string compare now support embedded nullsSteve Bennett1-0/+21
2016-07-10Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin1-3/+35
2014-11-17Implement string cat (TIP #429)Steve Bennett1-2/+19
2013-09-19Build on platforms without isasciiSteve Bennett1-0/+6
2013-02-15Fix [string replace] replacing single charSteve Bennett1-0/+50
2012-09-11Add support for string {equal,compare} -lengthSteve Bennett1-15/+8
2012-08-07Remove octal literals with a leading 0 (TIP #114)Steve Bennett1-1/+1
2011-11-28Implement [string replace]Steve Bennett1-0/+3
2011-11-28Add support for [string totitle]Steve Bennett1-0/+13
2011-05-23Improve list parsingSteve Bennett1-0/+18
2011-04-21string trim is now 8 bit cleanSteve Bennett1-0/+15
2011-01-24Jim 'string is' doesn't work with unicodeSteve Bennett1-1/+1
2010-12-14Fix constraint checkingSteve Bennett1-1/+1
2010-11-22Overhaul unit test frameworkSteve Bennett1-27/+23
2010-11-17Add UTF-8 support to JimSteve Bennett1-8/+10
2010-10-15Move test.tcl to tests/jim.testSteve Bennett1-3/+3
2010-10-15Add 'string is' to JimSteve Bennett1-0/+163
2010-10-15Many improvements, bug fixesSteve Bennett1-0/+651