Aaron Griffin
|
e037328e21
|
Corrected documentation compilation - succeeds now
|
2006-10-15 20:46:33 +00:00 |
|
Aaron Griffin
|
505155d995
|
include changes so that this compiles
|
2006-10-15 20:02:05 +00:00 |
|
Aaron Griffin
|
3f27542156
|
Merged frugalware changes. Added a few other minor things too, but there's alot
to list. The diff should show you 8)
|
2006-10-15 19:34:52 +00:00 |
|
Judd Vinet
|
54008798ef
|
Patch from FW: Better control over CTRL-C interruptions -- do not leave the DB in an inconsistent state
|
2006-07-14 23:15:07 +00:00 |
|
Judd Vinet
|
7236dd3287
|
i18n stuff
|
2006-06-28 05:37:15 +00:00 |
|
Judd Vinet
|
1a30bc554d
|
patch: check strlen of str, NOT msg, which is always true
|
2006-05-15 16:36:35 +00:00 |
|
Judd Vinet
|
bb787e26ee
|
first stage of i18n stuff from VMiklos
|
2006-05-15 02:19:57 +00:00 |
|
Aurelien Foret
|
3d3a29a808
|
added .cvsignore files
|
2006-03-27 17:17:35 +00:00 |
|
Aurelien Foret
|
25ca241a7c
|
fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)
|
2006-03-21 19:50:05 +00:00 |
|
Aurelien Foret
|
80c7f0efca
|
removed pacman.h
|
2006-03-13 20:39:37 +00:00 |
|
Aurelien Foret
|
039e6d9ee4
|
- removed pacman.h
- removed unuseful extern declarations
- set pacman.c internal functions as static
|
2006-03-13 20:34:47 +00:00 |
|
Aurelien Foret
|
27be34c09b
|
added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-03-07 18:17:03 +00:00 |
|
Aurelien Foret
|
1bd8f57a18
|
- changed flags type from char to int
- downloadonly implies FLAG_NOCONFLICTS
|
2006-03-04 15:33:44 +00:00 |
|
Aurelien Foret
|
e50f76bf7c
|
fixed HoldPkg implementation
|
2006-03-02 20:53:41 +00:00 |
|
Aurelien Foret
|
ce4c043805
|
disable progress bar if the output is redirected (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-03-01 07:27:06 +00:00 |
|
Aurelien Foret
|
b868e02967
|
fixed indentation
|
2006-02-22 20:58:12 +00:00 |
|
Aurelien Foret
|
16ff7cfa8e
|
improved _alpm_list_free handling
|
2006-02-22 20:49:33 +00:00 |
|
Aurelien Foret
|
78ffd98701
|
fixed outputs when downloadonly flag is set (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-02-22 20:39:24 +00:00 |
|
Aurelien Foret
|
910fd6a687
|
the library must provide default values for main options
|
2006-02-20 20:59:35 +00:00 |
|
Aurelien Foret
|
be39f49a54
|
prepend library function names with _alpm (helped with the patch from VMiklos <vmiklos@frugalware.org>)
added log and event callbacks to sync_commit internal transactions
|
2006-02-17 22:35:26 +00:00 |
|
Aurelien Foret
|
041e51f68d
|
sync with pacman 2.9.8
|
2006-02-16 22:57:25 +00:00 |
|
Aurelien Foret
|
a6bececa06
|
moved the .lastupdate support from libalpm to pacman
|
2006-02-15 22:53:18 +00:00 |
|
Aurelien Foret
|
2e128d3a41
|
fixed a compilation warning
|
2006-02-15 22:37:35 +00:00 |
|
Aurelien Foret
|
f83f01b8eb
|
fixed a typo
|
2006-02-15 22:00:01 +00:00 |
|
Aurelien Foret
|
ce194bdd5e
|
used MALLOC macro when possible
|
2006-02-14 18:48:13 +00:00 |
|
Aurelien Foret
|
e4c9ab4895
|
- added a WARN macro to display warnings
- used ERR macro for error messages
|
2006-02-14 18:43:51 +00:00 |
|
Aurelien Foret
|
7ab3bb136d
|
fixed a compilation warning
|
2006-02-14 18:43:01 +00:00 |
|
Aurelien Foret
|
07e46d2fc0
|
better use ERR than fprintf for error messages
|
2006-02-14 18:30:23 +00:00 |
|
Aurelien Foret
|
a56e13d770
|
added the possibility to force synctree update by using -Syy
|
2006-02-14 18:29:26 +00:00 |
|
Aurelien Foret
|
843e73275e
|
copyright update
|
2006-02-07 18:20:39 +00:00 |
|
Aurelien Foret
|
b708e448ea
|
added support for alpm_pkg_checkmd5sum()
|
2006-02-05 09:58:16 +00:00 |
|
Aurelien Foret
|
bcd7ce0dfd
|
added support for the PM_CONFLICT structure to handle file conflicts
|
2006-02-05 09:34:49 +00:00 |
|
Aurelien Foret
|
2b8d00a5e8
|
fixed a possible memory leak
|
2006-02-04 10:39:12 +00:00 |
|
Aurelien Foret
|
633c89b532
|
- moved yesno() from util.c to log.c
- fixed a missing line feed in yesno when printing the message
|
2006-02-04 10:34:27 +00:00 |
|
Aurelien Foret
|
bd25319775
|
fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-02-01 22:14:17 +00:00 |
|
Aurelien Foret
|
cdc97dd6f2
|
added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-02-01 18:20:13 +00:00 |
|
Aurelien Foret
|
f8933f8554
|
added a missing trans_release before pacman_sync call
|
2006-01-29 16:52:41 +00:00 |
|
Aurelien Foret
|
427f724913
|
cleanup up error cases handling in pacman_deptest
|
2006-01-28 21:21:31 +00:00 |
|
Judd Vinet
|
be38a51750
|
added a --noprogressbar switch for scripts to use
|
2006-01-28 05:07:50 +00:00 |
|
Aurelien Foret
|
ddc49a816c
|
added a missing error message in case of lock failure
|
2006-01-27 19:02:56 +00:00 |
|
Aurelien Foret
|
a55ad29a7e
|
added missing retval values in trans_release error cases
|
2006-01-27 19:02:24 +00:00 |
|
Aurelien Foret
|
fb2331ab8b
|
- fixed a compilation warning
- added missing alpm_trans_release() calls upon transation completion
- put back error messages from pacman 2.x in case of PM_ERR_HANDLE_LOCK error
|
2006-01-26 20:46:48 +00:00 |
|
Aurelien Foret
|
c57d069abb
|
fixed a typo
|
2006-01-21 18:29:18 +00:00 |
|
Aurelien Foret
|
2d08e902ef
|
added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for tests purpose)
|
2006-01-21 16:50:01 +00:00 |
|
Aurelien Foret
|
4e8220fae7
|
added the possibility to "-Syy" (can be used to force synctrees update, even if mtimes are ok)
|
2006-01-17 21:30:02 +00:00 |
|
Aurelien Foret
|
d0ba0dcbee
|
code cleanup
|
2006-01-17 21:27:01 +00:00 |
|
Aurelien Foret
|
4857012be7
|
code cleanup
|
2006-01-17 21:19:40 +00:00 |
|
Aurelien Foret
|
aeb0133974
|
sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-01-14 08:14:55 +00:00 |
|
Aurelien Foret
|
9bf647c82b
|
code cleanup
|
2006-01-13 21:51:05 +00:00 |
|
Aurelien Foret
|
08bf45aceb
|
maked verbose group listing enabled by -Sgg instead of -Sgv
|
2006-01-13 21:27:25 +00:00 |
|