index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
macro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-02-21
Avoid segfault on malformed %{!?FOO:} expansion (#9581).
jbj
1
-1
/
+1
2000-01-12
fix: resurrect relative path's in fprint lookup queries.
jbj
1
-1
/
+2
1999-12-12
reload macros from cmd line when re-reading config files.
jbj
1
-24
/
+50
1999-12-01
Add underscore in front of (possibly) non-supported FDIO_t vectors.
jbj
1
-1
/
+2
1999-11-26
lib/macro.c: Create rpmCleanPath().
jbj
1
-42
/
+52
1999-11-24
lib/macro.c: Canonicalize paths in rpmGetPath().
jbj
1
-25
/
+89
1999-11-19
macros.in: Add buildsubdir and scriptlet template macros.
jbj
1
-2
/
+13
1999-11-14
lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.
jbj
1
-5
/
+1
1999-11-12
Use Fstrerror on ufdio throughut.
jbj
1
-23
/
+87
1999-11-10
Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.
jbj
1
-1
/
+1
1999-11-02
Add ref/deref/new/fileno/open vectors to FDIO_t.
jbj
1
-3
/
+5
1999-10-30
Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.
jbj
1
-1
/
+2
1999-10-30
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
jbj
1
-2
/
+4
1999-10-29
fix: resurrect multiple target platform builds.
jbj
1
-0
/
+7
1999-10-29
check for memory leaks (almost all leaks are plugged).
jbj
1
-1
/
+1
1999-10-27
use compressed filenames on install side.
jbj
1
-4
/
+6
1999-10-20
lclint annotations.
jbj
1
-2
/
+2
1999-09-21
fix: command line install had header memory leak.
jbj
1
-12
/
+13
1999-08-16
tmacro was broke.
jbj
1
-3
/
+1
1999-08-16
fix: last char in rpmrc w/o terminating newline lost (#4361).
jbj
1
-22
/
+34
1999-08-16
fix: macro table cannot contain NULL pointers (#4263).
jbj
1
-15
/
+33
1999-07-29
macro fixes (Benedict Lofstedt, #4220):
jbj
1
-17
/
+35
1999-07-29
fix: getopt on non-linux requires optind to be saved/restored
jbj
1
-5
/
+14
1999-07-13
Perl bindings need
jbj
1
-2
/
+2
1999-07-02
Add includes for more robust standalone behavior.
jbj
1
-2
/
+9
1999-07-02
Quick 'n dirty macro evaluation.
jbj
1
-1
/
+45
1999-06-24
fix: bsearch needs macro table sorted after undefine.
jbj
1
-2
/
+6
1999-04-20
Add -C dir and -M options to %GNUconfigure.
jbj
1
-7
/
+21
1999-04-20
fix: % before non-alphabetic non-macro special now passed unscathed.
jbj
1
-1
/
+12
1999-04-08
non-linux, non-gcc portability fixes (Tim Mooney).
jbj
1
-7
/
+7
1999-04-08
Better diagnostic message for unparseable macro error.
jbj
1
-1
/
+1
1999-04-01
add per-target macrofiles to search path.
jbj
1
-11
/
+21
1999-03-31
expand twiddles in macrofiles list.
jbj
1
-6
/
+19
1999-03-28
fix: avoid segfault using --prefix until ewt fixes.
jbj
1
-21
/
+125
1999-01-05
Expand path macros with rpmGetPath(path, ...).
jbj
1
-1
/
+1
1998-12-02
Compile in default macro values sufficient to pass make check.
jbj
1
-1
/
+1
1998-12-02
Set max_macro_depth to 16 always.
jbj
1
-1
/
+1
1998-12-01
More build popts moved to build.c
jbj
1
-1
/
+1
1998-11-18
implement abstract fd type almost everywhere.
jbj
1
-4
/
+6
1998-11-16
LCLINT pass 0.
jbj
1
-1
/
+1
1998-10-20
First attempt at "make check".
jbj
1
-2
/
+3
1998-10-15
augment --showrc with -v, only display set variables without -v.
jbj
1
-5
/
+9
1998-10-08
Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.
jbj
1
-1
/
+0
1998-10-08
egcs warning removal.
jbj
1
-1
/
+2
1998-09-27
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
jbj
1
-20
/
+22
1998-09-10
diagnostic message if unreadable/short source or patch file.
jbj
1
-4
/
+13
1998-09-05
Integrate shell and macro enviroments for scripts.
jbj
1
-6
/
+37
1998-08-07
initMacros must be called someplace to enable full reursion.
jbj
1
-1
/
+1
1998-08-02
String substitution macro file.
jbj
1
-2
/
+2
1998-07-31
Macro handling in rpmlib -- rework include: tag with macro expansion.
jbj
1
-0
/
+1228