Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
bfde2372
Commit
bfde2372
authored
10 years ago
by
Luis Kornblueh
Browse files
Options
Downloads
Patches
Plain Diff
Needs not to be gcc - a C compiler is fine.
parent
108e249c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/mtime_iso8601.c
+1
-1
1 addition, 1 deletion
src/mtime_iso8601.c
src/mtime_iso8601.rl
+1
-1
1 addition, 1 deletion
src/mtime_iso8601.rl
with
2 additions
and
2 deletions
src/mtime_iso8601.c
+
1
−
1
View file @
bfde2372
...
...
@@ -8,7 +8,7 @@
* @date March 2013
*
* @note USAGE: Compile this rl file and generate iso8601.c file.
Compile the iso8601.c file using
gcc
. iso8601.h file needs to be edited seperately.
Compile the iso8601.c file using
a C compiler
. iso8601.h file needs to be edited seperately.
match_found = 1 => DATE/DATETIME. match_found = 2 => Duration. Else non-compliant string and hence REJECT.
Due to application requirements, current implementation allows year in the range 2147483647 and -2147483648 only!
*/
...
...
This diff is collapsed.
Click to expand it.
src/mtime_iso8601.rl
+
1
−
1
View file @
bfde2372
...
...
@@ -6,7 +6,7 @@
* @date March 2013
*
* @note USAGE: Compile this rl file and generate iso8601.c file.
Compile the iso8601.c file using
gcc
. iso8601.h file needs to be edited seperately.
Compile the iso8601.c file using
a C compiler
. iso8601.h file needs to be edited seperately.
match_found = 1 => DATE/DATETIME. match_found = 2 => Duration. Else non-compliant string and hence REJECT.
Due to application requirements, current implementation allows year in the range 2147483647 and -2147483648 only!
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment