Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/GUI/GTK+/combo_test.bas
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
''
'' combo box example, translated from an C example written by �zcan G�ng�r
'' combo box example, translated from an C example written by Özcan Güngör
''
' Reviewed by TJF (2011)
' Details: http://developer.gnome.org/gtk/
Expand Down
2 changes: 1 addition & 1 deletion examples/graphics/OpenGL/NeHe/lesson22.bas
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ end sub
''
'' On http:'www.nvidia.com/marketing/Developer/DevRel.nsf/TechnicalDemosFrame?OpenPage
'' You Can Find A Demo Called GL_BUMP That Is A Little Bit More Complicated.
'' GL_BUMP: Copyright Diego T�rtara, 1999.
'' GL_BUMP: Copyright Diego Tártara, 1999.
'' - diego_tartara@ciudad.com.ar -
''
'' The Idea Behind GL_BUMP Is, That You Compute The Texture-Coordinate Offset As Follows:
Expand Down
2 changes: 1 addition & 1 deletion inc/X11/extensions/Xge.bi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'' FreeBASIC binding for libXext-1.3.3
''
'' based on the C header files:
'' Copyright 2007-2008 Peter Hutterer
'' Copyright © 2007-2008 Peter Hutterer
''
'' Permission is hereby granted, free of charge, to any person obtaining a
'' copy of this software and associated documentation files (the "Software"),
Expand Down
8 changes: 4 additions & 4 deletions inc/dos/sys/farptr.bi
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
' Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
' Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
' Copyright (c) 1995 DJ Delorie. Permission granted to use for any
' purpose, provided this copyright remains attached and unmodified.

' THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
' IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
' WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

'�����������������������������������������������������������������������ͻ
'Far Pointer Simulation Functions
'�����������������������������������������������������������������������ͼ
'+-----------------------------------------------------------------------+
'| Far Pointer Simulation Functions |
'+-----------------------------------------------------------------------+
'
'This file attempts to make up for the lack of a "far" keyword in GCC.
'Although it doesn't provide access to far call APIs (like Windows), it
Expand Down
2 changes: 1 addition & 1 deletion inc/gsl/gsl_complex_math.bi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'' based on the C header files:
'' complex/gsl_complex_math.h
''
'' Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 Jorma Olavi T�htinen, Brian Gough
'' Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 Jorma Olavi Tähtinen, Brian Gough
''
'' This program is free software; you can redistribute it and/or modify
'' it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/stabs.bi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const STAB_TYPE_M2C = 66 'Modula-2 compilation unit
const STAB_TYPE_SLINE = 68 'Line number in text segment
const STAB_TYPE_DSLINE = 70 'Line number in data segment
const STAB_TYPE_BSLINE = 72 'Line number in bss segment
const STAB_TYPE_BROWS = 72 'Sun source code browser, path to .cb file
const STAB_TYPE_BROWS = 72 'Sun source code browser, path to '.cb' file
const STAB_TYPE_DEFD = 74 'GNU Modula2 definition module dependency
const STAB_TYPE_FLINE = 76 'Function start/body/end line numbers
const STAB_TYPE_EHDECL = 80 'GNU C++ exception variable
Expand Down