index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Avoid redundant virtual screen updates
Lukas Fleischer
2012-03-12
1
-2
/
+0
*
|
Fix POSIX compliance
Lukas Fleischer
2012-02-19
1
-0
/
+2
*
|
src/utils.c: Mark is_all_digit() parameter const
Lukas Fleischer
2011-12-09
1
-1
/
+1
*
|
src/utils.c: Support escape sequences in format strings
Lukas Fleischer
2011-11-22
1
-0
/
+55
*
|
src/utils.c: Support printing '%' in format strings
Lukas Fleischer
2011-11-14
1
-0
/
+9
*
|
print_*(): Add format specifier to print notes
Lukas Fleischer
2011-11-14
1
-0
/
+61
*
|
Use a dynamic method to print todo items to stdout
Lukas Fleischer
2011-11-14
1
-0
/
+34
*
|
Use a dynamic method to print recurrent items to stdout
Lukas Fleischer
2011-11-14
1
-0
/
+27
*
|
Use a dynamic method to print events to stdout
Lukas Fleischer
2011-11-14
1
-0
/
+31
*
|
Use a dynamic method to print appointments to stdout
Lukas Fleischer
2011-11-14
1
-0
/
+49
*
|
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
1
-9
/
+9
*
|
Make use of the NULL macro
Lukas Fleischer
2011-11-02
1
-2
/
+2
*
|
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
1
-9
/
+9
*
|
Avoid use of printf()/fprintf()
Lukas Fleischer
2011-11-02
1
-1
/
+1
*
|
src/utils.c: Support more powerful duration strings
Lukas Fleischer
2011-10-06
1
-23
/
+100
*
|
src/utils.c: Remove check_time()
Lukas Fleischer
2011-10-06
1
-31
/
+0
*
|
src/utils.c: Introduce parse_{time,duration}()
Lukas Fleischer
2011-10-06
1
-0
/
+85
*
|
src/utils.c: Mark input string of parse_date() const
Lukas Fleischer
2011-10-06
1
-4
/
+4
*
|
Do not unlink() note files on note removal
Lukas Fleischer
2011-10-05
1
-4
/
+4
*
|
Refactor out note functions
Lukas Fleischer
2011-07-21
1
-18
/
+0
*
|
Merge branch 'maint'
Lukas Fleischer
2011-07-10
1
-0
/
+15
|
\
|
|
*
Honor "TMPDIR" environment variable
Lukas Fleischer
2011-07-09
1
-0
/
+15
*
|
Add press_any_key() function
Lukas Fleischer
2011-07-05
1
-0
/
+12
*
|
Add shell_exec() function
Lukas Fleischer
2011-07-02
1
-0
/
+8
*
|
Add child_wait() function
Lukas Fleischer
2011-07-02
1
-0
/
+16
*
|
Add fork_exec() function
Lukas Fleischer
2011-07-02
1
-0
/
+71
*
|
Split line editing functions into separate file
Lukas Fleischer
2011-06-29
1
-183
/
+0
|
/
*
src/utils.c: Make bell() static
Lukas Fleischer
2011-06-07
1
-1
/
+1
*
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
1
-1
/
+1
*
Use mem_free() instead of xfree() in check_time().
Lukas Fleischer
2011-04-17
1
-1
/
+1
*
Fix null pointer dereference in parse_date().
Lukas Fleischer
2011-04-12
1
-9
/
+12
*
Compare pointers to "NULL" instead of "0".
Lukas Fleischer
2011-04-05
1
-3
/
+3
*
Avoid assignment of undefined value in parse_date().
Lukas Fleischer
2011-04-03
1
-4
/
+4
*
Try to stick to the GNU coding standards for the sake of consistency.
Lukas Fleischer
2011-03-15
1
-133
/
+170
*
Use upper case for macro names.
Lukas Fleischer
2011-03-15
1
-2
/
+2
*
Overall indentation fixes.
Lukas Fleischer
2011-03-14
1
-30
/
+30
*
Clean up updatestring() in "utils.c".
Lukas Fleischer
2011-03-05
1
-15
/
+18
*
Simplify date_sec2date_fmt() in "utils.c".
Lukas Fleischer
2011-03-05
1
-5
/
+1
*
Clean up and simplify line editing functions.
Lukas Fleischer
2011-03-05
1
-158
/
+100
*
Remove unnecessary casting variables from get_item_{hour,min}().
Lukas Fleischer
2011-03-04
1
-4
/
+2
*
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Simplify date_sec2date_str() in "utils.c".
Lukas Fleischer
2011-03-04
1
-11
/
+6
*
Remove date_sec2hour_str() from "utils.c".
Lukas Fleischer
2011-03-04
1
-16
/
+0
*
Simplify date2sec() in "utils.c".
Lukas Fleischer
2011-03-04
1
-13
/
+8
*
Simplify check_time() in "utils.c".
Lukas Fleischer
2011-03-04
1
-31
/
+14
*
Simplify print_in_middle() in "utils.c".
Lukas Fleischer
2011-03-04
1
-14
/
+9
*
Reformat erase_window_part() in "utils.c".
Lukas Fleischer
2011-03-04
1
-7
/
+4
*
Simplify get_item_hour() and get_item_min() in "utils.c".
Lukas Fleischer
2011-03-04
1
-16
/
+6
*
Simplify str_toupper() in "utils.c".
Lukas Fleischer
2011-03-04
1
-6
/
+3
[prev]
[next]