Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 5eec897
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-10-15T19:53:42Z (
18 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a5ac9f9
,
d74c644
Parents:
a3265629
Message:
set_eval_int() now allows negative integers.
File:
1 edited
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
ra3265629
r5eec897
175
175
char *s;
176
176
177
/* Allow a minus at the first position. */
178
if( *s == '-' )
179
s ++;
180
177
181
for( s = value; *s; s ++ )
178
182
if( !isdigit( *s ) )
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive