index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
popt
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-24
Reject passing an arg to an option that doesn't take one (bug 6915).
Wayne Davison
2
-8
/
+12
2009-12-30
Allow any gcc to make use of __builtin_alloca for alloca.
Wayne Davison
1
-1
/
+1
2008-03-08
Some popt improvements:
Wayne Davison
3
-4
/
+13
2007-11-12
Getting rid of all .cvsignore files.
Wayne Davison
1
-7
/
+0
2006-11-23
Fix a unused-variable compiler warning.
Wayne Davison
1
-4
/
+5
2006-11-21
Don't set an "rc" var that we aren't going to use.
Wayne Davison
1
-1
/
+1
2006-11-10
Changed strcat() calls to strlcat().
Wayne Davison
1
-7
/
+7
2006-11-09
Disable POPT_WCHAR_HACK for now.
Wayne Davison
1
-2
/
+2
2006-11-09
Improved the vmefail() code.
Wayne Davison
1
-2
/
+4
2006-11-09
Fixed a problem with the xstrdup() change.
Wayne Davison
1
-6
/
+0
2006-11-09
Get rid of the last strcpy() call by using an static inline function.
Wayne Davison
1
-9
/
+17
2006-11-09
Use a new isSpace() inline function to call isspace() safely
Wayne Davison
4
-17
/
+25
2006-11-09
Changed _ABS to be defined as MY_ABS.
Wayne Davison
1
-3
/
+3
2006-11-09
Got rid of code to twiddle _ABS.
Wayne Davison
1
-4
/
+0
2006-11-09
Moved definition of DBL_EPSILON.
Wayne Davison
2
-4
/
+4
2006-11-09
Try a full prototype for alloca() for those systems that need it.
Wayne Davison
1
-1
/
+1
2006-11-09
- Define snprintf() when needed.
Wayne Davison
1
-5
/
+27
2006-11-09
- Upgraded popt to version 1.10.2.
Wayne Davison
8
-286
/
+791
2005-02-20
Dropped a useless "const" from the definition of poptStrerror.
Wayne Davison
2
-2
/
+2
2005-02-20
Mark a couple unused variables.
Wayne Davison
1
-2
/
+2
2004-06-09
Restore UNUSED() macro (the prior problems that prompted me to remove
Wayne Davison
4
-8
/
+18
2004-05-08
Let's just remove all the UNUSED() macros for now.
Wayne Davison
4
-18
/
+8
2004-05-08
One more attempt to get HP-UX's cc to build popt successfully.
Wayne Davison
1
-1
/
+1
2004-04-28
Undefined __attribute__ in some circumstances.
Wayne Davison
1
-0
/
+8
2004-04-27
Got rid of HP-UX kludge (since it didn't help).
Wayne Davison
1
-4
/
+0
2004-04-25
One more try at getting the HP-UX system in the build farm to compile
Wayne Davison
1
-1
/
+1
2004-04-25
Don't use __attribute__((__unused__)) on HP-UX w/o gcc.
Wayne Davison
1
-0
/
+4
2004-04-15
Got rid of a couple useless lines.
Wayne Davison
1
-2
/
+0
2004-01-28
A couple more unsigned char changes to silence compiler warnings
Wayne Davison
1
-3
/
+3
2004-01-27
Silenced some compiler warnings.
Wayne Davison
6
-20
/
+22
2003-05-04
Remove generated file config.log.
Jos Backus
1
-104
/
+0
2003-01-18
Define DBL_EPSILON if it doesn't exist.
Wayne Davison
1
-0
/
+3
2003-01-14
Don't use the return value from sprintf because it doesn't work on Sunos4.
David Dykstra
1
-5
/
+10
2003-01-12
Use the old kludge of using malloc() if alloca() is missing.
Wayne Davison
1
-1
/
+8
2003-01-11
Cast the return from alloca to work better on UNICOS.
David Dykstra
1
-1
/
+1
2003-01-11
Cast the return of alloca to remove a fatal error on Cray UNICOS.
David Dykstra
1
-1
/
+1
2002-07-27
Updated to version 1.6.4.
Wayne Davison
12
-649
/
+1837
2002-03-25
Make the situation w.r.t. dynamically linking zlib and libpopt clear.
Martin Pool
1
-0
/
+5
2001-11-23
Ignore trash
Martin Pool
1
-0
/
+1
2001-09-12
Fix from Marc Espie to make included-popt work with VPATH builds.
Martin Pool
1
-0
/
+0
2001-03-23
got rid of dependency on alloca in popt
Andrew Tridgell
4
-13
/
+32
2001-02-24
Upgrade from popt 1.2 to a cut-down 1.5
Martin Pool
14
-0
/
+1831