[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #5704] Data New/Open/Save
From: |
Ben Pfaff |
Subject: |
[patch #5704] Data New/Open/Save |
Date: |
Tue, 23 Jan 2007 17:16:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Update of patch #5704 (project pspp):
Status: Ready For Test/Review => Works For Me
Assigned to: blp => jmd
_______________________________________________________
Follow-up Comment #1:
I'd suggest adding a function, analogous to the "quote" function in gnulib,
that returns its argument as a quoted string in syntax format. It could
return it in single quotes if it doesn't contain a single quote, in double
quotes if it doesn't contain a double quote, or in single quotes with doubled
single quotes otherwise. If we don't do something like this, then we end up
with little ticking time bombs of code like this:
+ sss = create_syntax_string_source ("EXPORT OUTFILE='%s'.",
+ de->file_name);
Otherwise, looks good.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?5704>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [patch #5704] Data New/Open/Save, John Darrington, 2007/01/23
- [patch #5704] Data New/Open/Save,
Ben Pfaff <=
- Re: [patch #5704] Data New/Open/Save, John Darrington, 2007/01/23
- Re: [patch #5704] Data New/Open/Save, Ben Pfaff, 2007/01/23
- Re: [patch #5704] Data New/Open/Save, John Darrington, 2007/01/23
- Re: [patch #5704] Data New/Open/Save, Ben Pfaff, 2007/01/23
- Re: [patch #5704] Data New/Open/Save, John Darrington, 2007/01/23
- Re: [patch #5704] Data New/Open/Save, Ben Pfaff, 2007/01/23
[patch #5704] Data New/Open/Save, John Darrington, 2007/01/24