index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc-utils
/
cal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-10
cal: remove unnecessary static variables
Sami Kerola
1
-19
/
+0
2014-02-06
cal: limit year to 32 bit value
Sami Kerola
1
-21
/
+23
2013-12-06
cal: use month contents structure for --year printing
Sami Kerola
1
-184
/
+45
2013-12-06
cal: use month contents structure for --three printing
Sami Kerola
1
-110
/
+26
2013-12-06
cal: add month contents structure
Sami Kerola
1
-7
/
+169
2013-12-06
cal: determine how many header lines are needed at initialization
Sami Kerola
1
-31
/
+22
2013-12-06
cal: make user request to be part of read-only control struct
Sami Kerola
1
-65
/
+73
2013-12-06
cal: determine output width at beginning of run and reuse result
Sami Kerola
1
-47
/
+38
2013-12-06
cal: simplify ascii_weeknum() function
Sami Kerola
1
-5
/
+2
2013-12-06
cal: make day_in_week() use same variable names as other functions
Sami Kerola
1
-14
/
+14
2013-12-06
cal: add input variable names to function prototypes
Sami Kerola
1
-16
/
+18
2013-12-06
cal: rename ascii_wnum() to ascii_weeknum()
Sami Kerola
1
-4
/
+4
2013-12-06
cal: use control structure for run time configuration
Sami Kerola
1
-131
/
+140
2013-10-22
cal: fix coding style
Karel Zak
1
-81
/
+107
2013-10-22
cal: remove optional from short arg -w
Tommi Kyntola
1
-2
/
+2
2013-10-22
cal: added argument option for -w|--week to display that week
Tommi Kyntola
1
-16
/
+99
2013-10-22
cal: added -w|--week for showing week numbers
Tommi Kyntola
1
-29
/
+112
2013-10-15
cal: fix compiler warning on systems without term libs
Karel Zak
1
-2
/
+4
2013-10-15
cal: fix warning when compiled --without-ncurses
Karel Zak
1
-1
/
+1
2013-10-11
cal: fix gettext warning
Karel Zak
1
-2
/
+2
2013-10-11
cal: improve the help text and man page
Pádraig Brady
1
-3
/
+7
2013-10-08
textual: tag a translator comment and put it in proper place
Benno Schulenberg
1
-6
/
+4
2013-08-05
cal: set statically defined data read-only
Sami Kerola
1
-3
/
+3
2013-06-17
cal: fix -y output for UTF8
Karel Zak
1
-8
/
+12
2013-06-07
cal: fix few type mismatches
Sami Kerola
1
-6
/
+6
2013-05-28
cal: improve coding style
Karel Zak
1
-45
/
+51
2013-05-28
cal: simplify colormode parsing
Karel Zak
1
-6
/
+3
2013-05-26
cal: remove arbitrary limit of maxium year being 9999
Sami Kerola
1
-41
/
+80
2013-05-26
cal: use Claus Tøndering's day of the week algorithm
Sami Kerola
1
-30
/
+20
2013-05-26
cal: simplify day_in_week() calculation
Sami Kerola
1
-7
/
+7
2013-05-26
cal: mark all functions static
Sami Kerola
1
-22
/
+22
2013-05-26
cal: stop trimming whitespaces
Sami Kerola
1
-18
/
+1
2013-05-26
cal: add --color to usage()
Sami Kerola
1
-15
/
+14
2013-05-26
cal: support --color[={auto,always,never}]
Sami Kerola
1
-2
/
+17
2013-05-26
cal: de-duplicate julian specific functions
Sami Kerola
1
-74
/
+45
2013-05-26
cal: remove unnecessary initializations
Sami Kerola
1
-7
/
+0
2013-05-26
cal: simplify calendar reformat calculations
Sami Kerola
1
-26
/
+15
2013-05-26
cal: clean up use of constants
Sami Kerola
1
-60
/
+81
2013-05-26
cal: convert function like definitions to functions
Sami Kerola
1
-17
/
+28
2013-05-26
cal: fix preprocessor directive indendation
Sami Kerola
1
-42
/
+39
2013-02-06
textual: spell and encode the name of Arkadiusz Miśkiewicz correctly
Benno Schulenberg
1
-1
/
+1
2013-01-25
textual: use UTIL_LINUX_VERSION everywhere
Karel Zak
1
-2
/
+1
2013-01-17
cal: don't mix ncurses output functions and printf()
Karel Zak
1
-16
/
+27
2012-05-15
misc-utils: cleanup strtoxx_or_err()
Karel Zak
1
-3
/
+3
2012-04-16
cal: Fix building under uClibc.
James Le Cuirot
1
-1
/
+1
2012-04-04
misc-utils: verify writing to streams was successful
Sami Kerola
1
-0
/
+2
2011-12-02
build-sys: check HAVE_ definitions with #ifdef [smatch scan]
Sami Kerola
1
-1
/
+1
2011-09-12
cal: non-ANSI definition [smatch scan]
Karel Zak
1
-6
/
+2
2011-08-16
cal: indent usage()
Karel Zak
1
-12
/
+14
2011-08-08
cal.c: fix typo ("fistt day") in help text, seize chance to improve it
Benno Schulenberg
1
-8
/
+8
[next]