Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Mon, 25 Nov 2019 22:10:02 UTC
Commit: d82f9412bae876a3764d0259a73d8b13e35141db
https://github.com/geany/www.geany.org/commit/d82f9412bae876a3764d0259a73d8…
Log Message:
-----------
2019 Geany e.V. General Assembly meeting is past
Modified Paths:
--------------
page_content/association.md
Modified: page_content/association.md
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -11,6 +11,10 @@ There are no plans to direct the development of Geany itself from the associatio
#### Upcoming meetings
+* None planned
+
+#### Past meetings
+
##### Geany e.V. General Assembly 2019
Date: 24th November 2019 - 14:00 CET
Location: Remote (via Mumble)
@@ -20,9 +24,6 @@ Agenda:
* General report
* Financial report
-
-#### Past meetings
-
##### Geany e.V. General Assembly 2018
Date: 3rd November 2018 - 16:00 CET
Location: LVR-Industriemuseum, Oberhausen, Germany
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Pino Toscano <toscano.pino(a)tiscali.it>
Committer: elextr <elextr(a)gmail.com>
Date: Sat, 23 Nov 2019 00:31:43 UTC
Commit: 32607105d6dcd7e4c38a18bdd80df4916505870e
https://github.com/geany/geany/commit/32607105d6dcd7e4c38a18bdd80df49165058…
Log Message:
-----------
Include <unistd.h> for pathconf() (#2402)
The get_path_max() function uses pathconf() in case PATH_MAX is not
defined, and for that <unistd.h> is needed.
Modified Paths:
--------------
src/tagmanager/tm_source_file.c
Modified: src/tagmanager/tm_source_file.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -21,6 +21,7 @@
#include <string.h>
#include <ctype.h>
#include <sys/stat.h>
+#include <unistd.h>
#include <glib/gstdio.h>
#ifdef G_OS_WIN32
# define VC_EXTRALEAN
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).