index
:
libbsd
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-27
Rename transparent support to overlay
Guillem Jover
9
-20
/
+20
2011-05-16
Abort compilation if fgetln cannot be wrapped
Guillem Jover
1
-1
/
+3
2011-05-16
Add fpurge function
Guillem Jover
4
-1
/
+74
2011-05-14
Conditionalize <time.h> inclusion from <bsd/bsd.h>
Guillem Jover
1
-0
/
+2
2011-05-14
Conditionalize temporary compatibility inclusions
Guillem Jover
4
-1
/
+8
2011-05-14
Correct library name in man pages
Guillem Jover
2
-2
/
+4
2011-05-14
Update libbsd header references in man pages
Guillem Jover
20
-20
/
+19
2011-05-14
Move all header files to /usr/include/bsd/ and deprecate /usr/include/
Guillem Jover
7
-139
/
+244
2011-05-14
Add support for transparent compilation
Guillem Jover
14
-9
/
+62
2011-05-14
Move each version symbol declaration into its own line
Guillem Jover
1
-5
/
+19
2011-05-14
Generalize pkg-config file handling
Guillem Jover
2
-2
/
+2
2011-05-14
Initialize __progname to program_invocation_short_name
Guillem Jover
1
-1
/
+7
2011-05-14
Add missing prototypes for arc4random_buf and arc4random_uniform
Kevin McCarthy
1
-0
/
+2
2011-05-14
Add new <bsd/sys/bitstring.h> header
Guillem Jover
2
-0
/
+147
2011-05-14
Add new radixsort and sradixsort functions
Guillem Jover
6
-0
/
+497
2011-05-14
Add man pages for heapsort and mergesort
Guillem Jover
3
-0
/
+210
2011-05-14
Add new mergesort function
Guillem Jover
4
-1
/
+357
2011-05-14
Add getpeereid function
Guillem Jover
5
-0
/
+275
2011-02-23
Add reallocf function
Aurelien Jarno
5
-0
/
+163
2010-01-31
build: Use proper user variables during build
Guillem Jover
1
-4
/
+9
2010-01-30
build: Use new AR variable instead of hardcoded command
Guillem Jover
1
-1
/
+2
2010-01-30
build: Refactor COMPILER and LINK commands into new variables
Guillem Jover
1
-3
/
+6
2010-01-30
build: Use CCLD instead of hardcoded gcc for linking
Guillem Jover
1
-1
/
+3
2010-01-30
build: By default set CC to gcc
Guillem Jover
1
-0
/
+2
2010-01-30
build: Install shared library with 755 permission
Eric Smith
1
-1
/
+1
2010-01-30
Fix setprogname to strip leading paths from progname
Guillem Jover
1
-2
/
+10
2010-01-21
Make setprogname and getprogname arguments and return value const
Guillem Jover
2
-7
/
+8
2010-01-10
Release libbsd 0.2.0
Guillem Jover
1
-2
/
+2
2010-01-10
Reformat code to KNF
Guillem Jover
4
-34
/
+35
2010-01-10
Add vis and unvis man pages
Guillem Jover
3
-0
/
+521
2010-01-10
Add dehumanize_number man page link
Guillem Jover
2
-0
/
+2
2010-01-10
Update vis and unvis modules from OpenBSD
Guillem Jover
2
-16
/
+8
2010-01-10
Update strlcat and strlcpy from OpenBSD
Guillem Jover
3
-99
/
+48
2010-01-10
Add arc4random_buf and arc4random_uniform functions
Guillem Jover
6
-63
/
+167
2010-01-10
Replace setproctitle dummy macro with a function stub
Guillem Jover
5
-4
/
+38
2010-01-10
Add pidfile functions
Guillem Jover
5
-0
/
+528
2010-01-10
Add flopen function
Guillem Jover
5
-0
/
+213
2010-01-10
Move man pages to the same directory as the source code
Guillem Jover
17
-3
/
+3
2010-01-10
build: Untangle the package version from the soversion
Guillem Jover
2
-2
/
+53
2010-01-10
build: Make dist use files from git plus few autogenerated ones
Guillem Jover
1
-7
/
+3
2010-01-09
build: Do not duplicate generated filenames in several variables
Guillem Jover
1
-8
/
+11
2009-12-12
Move fmtcheck and fgetln declarations to <bsd/stdio.h>
Guillem Jover
4
-6
/
+46
2009-12-12
Move setmode and getmode declarations to <bsd/unistd.h>
Guillem Jover
3
-7
/
+46
2009-12-12
Mark inclusion of <time.h> from <bsd/bsd.h> deprecated
Guillem Jover
1
-0
/
+2
2009-12-12
Move arc4random declarations to <bsd/stdlib.h>
Guillem Jover
3
-8
/
+6
2009-12-12
Deprecate <bsd/inet.h>
Guillem Jover
2
-6
/
+4
2009-12-12
Remove traces of fgetwln, it was never included
Guillem Jover
2
-3
/
+0
2009-12-12
Define NetBSD version 5.0 for .Nx to avoid groff warning
Guillem Jover
1
-0
/
+2
2009-12-11
Correct library name in man pages
Guillem Jover
11
-7
/
+26
2009-12-10
Expand on API guarantee for fgetln
Thorsten Glaser
2
-1
/
+2
[next]