[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/5] more var-type-dialog improvements
From: |
John Darrington |
Subject: |
Re: [PATCH 0/5] more var-type-dialog improvements |
Date: |
Tue, 17 Jul 2012 08:30:10 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
These all seem like improvements. If the dialog still works feel free to push
them.
On Mon, Jul 16, 2012 at 11:45:51PM -0700, Ben Pfaff wrote:
I'm working on more but this is what's ready.
Comments?
Ben Pfaff (5):
var-type-dialog: Avoid string copy setting up currency treeview.
var-type-dialog: Fix possible memory leaks.
var-type-dialog: Use G_TYPE_INT to store an int.
format: Make fmt_date_template() human-friendly, respect field width.
var-type-dialog: Use fmt_date_template() to reduce duplication.
src/data/data-in.c | 14 +++++---
src/data/data-out.c | 17 ++++------
src/data/format.c | 73
+++++++++++++++++++++++++++++++++--------
src/data/format.h | 2 +-
src/ui/gui/var-type-dialog.c | 74
+++++++++++++++++++++---------------------
5 files changed, 112 insertions(+), 68 deletions(-)
--
1.7.2.5
_______________________________________________
pspp-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- [PATCH 0/5] more var-type-dialog improvements, Ben Pfaff, 2012/07/17
- [PATCH 1/5] var-type-dialog: Avoid string copy setting up currency treeview., Ben Pfaff, 2012/07/17
- [PATCH 2/5] var-type-dialog: Fix possible memory leaks., Ben Pfaff, 2012/07/17
- [PATCH 4/5] format: Make fmt_date_template() human-friendly, respect field width., Ben Pfaff, 2012/07/17
- [PATCH 5/5] var-type-dialog: Use fmt_date_template() to reduce duplication., Ben Pfaff, 2012/07/17
- [PATCH 3/5] var-type-dialog: Use G_TYPE_INT to store an int., Ben Pfaff, 2012/07/17
- Re: [PATCH 0/5] more var-type-dialog improvements,
John Darrington <=