FreeBSD Bugzilla – Attachment 70534 Details for
Bug 102895
[fix] lang/see-devel: incorrect daylight savings calculation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 947 bytes, created by
Šimun Mikecin
on 2006-09-05 09:20:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Šimun Mikecin
Created:
2006-09-05 09:20:24 UTC
Size:
947 bytes
patch
obsolete
>diff -urN see-devel.orig/Makefile see-devel/Makefile >--- see-devel.orig/Makefile Thu Aug 17 18:42:03 2006 >+++ see-devel/Makefile Tue Sep 5 10:12:06 2006 >@@ -7,6 +7,7 @@ > > PORTNAME= see > PORTVERSION= 2.0.1131 >+PORTREVISION= 1 > CATEGORIES= lang devel > MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/ \ > http://freshmeat.net/redir/see/45974/url_tgz/ >diff -urN see-devel.orig/files/patch-libsee_obj__Date.c see-devel/files/patch-libsee_obj__Date.c >--- see-devel.orig/files/patch-libsee_obj__Date.c Thu Jan 1 01:00:00 1970 >+++ see-devel/files/patch-libsee_obj__Date.c Tue Sep 5 09:11:49 2006 >@@ -0,0 +1,11 @@ >+--- libsee/obj_Date.c.orig Sun May 7 06:43:55 2006 >++++ libsee/obj_Date.c Tue Sep 5 09:11:09 2006 >+@@ -335,7 +335,7 @@ >+ struct SEE_interpreter *interp; >+ SEE_number_t t; >+ { >+- return t + LocalTZA(interp) + DaylightSavingTA(interp, t); >++ return t + LocalTZA(interp) - DaylightSavingTA(interp, t); >+ } >+ >+ /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 102895
: 70534