[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] more var-type-dialog improvements
From: |
Ben Pfaff |
Subject: |
[PATCH 0/5] more var-type-dialog improvements |
Date: |
Mon, 16 Jul 2012 23:45:51 -0700 |
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
- [PATCH 0/5] more var-type-dialog improvements,
Ben Pfaff <=
- [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, 2012/07/17